mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-wk: auto updated to 0.7.0-1
This commit is contained in:
parent
fde5f81f50
commit
2b286ae99e
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=wk
|
_pkgname=wk
|
||||||
_pkgver=0.6.0
|
_pkgver=0.7.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.6.0
|
pkgver=0.7.0
|
||||||
pkgrel=7
|
pkgrel=1
|
||||||
pkgdesc='Lightweight Well-Known Geometry Parsing'
|
pkgdesc='Lightweight Well-Known Geometry Parsing'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -21,7 +21,7 @@ optdepends=(
|
||||||
r-vctrs
|
r-vctrs
|
||||||
)
|
)
|
||||||
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=('af2c2837056a6dcc9f64d5ace29601d6d668c95769f855ca0329648d7326eaf5')
|
sha256sums=('e24327d38f2ff2d502c67c60eba3b4e44079a64ed8b805df64f231dc4712a2de')
|
||||||
|
|
||||||
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