mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gmwt: auto updated to 1.2-1
This commit is contained in:
parent
32d5b52333
commit
9e824328e4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=gMWT
|
||||
_pkgver=1.1.1
|
||||
_pkgver=1.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1.1
|
||||
pkgrel=5
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgdesc='Generalized Mann-Whitney Type Tests'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ depends=(
|
|||
r-rcpparmadillo
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('2318f11f58f9f8a8a1b4298b4769628846dd967fe392e2b308c065ef10297ced')
|
||||
sha256sums=('6a076da57ebc5854a8331541f1d65ad8003839112bdb5400b5a22da94cadc83f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue