mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ncmisc: auto updated to 1.2.0-1
This commit is contained in:
parent
f9f9b159cc
commit
b29be517da
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=NCmisc
|
||||
_pkgver=1.1.6
|
||||
_pkgver=1.2.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1.6
|
||||
pkgrel=5
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='Miscellaneous Functions for Creating Adaptive Functions and Scripts'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
r-matrix
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('2aa85997d5ec2222e610604022684c004a4925241761d9a0104919f1cf3a8c79')
|
||||
sha256sums=('26fcfbc79810f23a28389a5ce5519e6ddc2470c5e924ba8cf4dd19a1b0fd9f83')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue