mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-clinfun: auto updated to 1.1.5-1
This commit is contained in:
parent
750eddc985
commit
d7a5fbe16c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=clinfun
|
_pkgname=clinfun
|
||||||
_pkgver=1.1.4
|
_pkgver=1.1.5
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.1.4
|
pkgver=1.1.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Clinical Trial Design and Data Analysis Functions'
|
pkgdesc='Clinical Trial Design and Data Analysis Functions'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -20,7 +20,7 @@ makedepends=(
|
||||||
gcc-fortran
|
gcc-fortran
|
||||||
)
|
)
|
||||||
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=('80093e3bb5344303a6c195607fce6cf564c5c912e313f23c77ec96b6e9fa51dc')
|
sha256sums=('d10699de157ed751f4dc9843b4fc03d54f66f5dc764871cdbe891d9d847c4b37')
|
||||||
|
|
||||||
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