mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-proj4: auto updated to 1.0.14-1
This commit is contained in:
parent
8ff8d16bb6
commit
f736c120ac
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=proj4
|
||||
_pkgver=1.0-13
|
||||
_pkgver=1.0-14
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.13
|
||||
pkgver=1.0.14
|
||||
pkgrel=1
|
||||
pkgdesc='A simple interface to the PROJ.4 cartographic projections library'
|
||||
arch=('x86_64')
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
proj
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('ac5440cb8f29fa5cc0ee0cf540fe3d6fe813dd6f115c996d25c14454fa0977f3')
|
||||
sha256sums=('d3d571da92136666dd3658b6006a7d4d4254cdeada5cda21b05b0c0e692a00b6')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue