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