mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-hmisc: auto updated to 5.1.1-1
This commit is contained in:
parent
7d1373e5e5
commit
c1c274bbf7
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=Hmisc
|
_pkgname=Hmisc
|
||||||
_pkgver=5.1-0
|
_pkgver=5.1-1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=5.1.0
|
pkgver=5.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Harrell Miscellaneous'
|
pkgdesc='Harrell Miscellaneous'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -56,7 +56,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=('18507eb61d2473918161c232aff61491c028611cbed5ab947de8b4489f852078')
|
sha256sums=('4971efa6d89d0002d688d160f9abca0185c5a9aa3ecc79f598a91a258db04a51')
|
||||||
|
|
||||||
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