r-binom: auto updated to 1.1.1-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 03:04:32 +08:00
parent 95f02f4677
commit aef1834c39

View file

@ -3,7 +3,7 @@
_pkgname=binom
_pkgver=1.1-1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.1.1
pkgrel=1
pkgdesc='Binomial Confidence Intervals For Several Parameterizations'
arch=('x86_64')
@ -19,7 +19,7 @@ optdepends=(
r-tcltk
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('8c88a1047a18ffb138a9b4dad5fcacc3d31ad68f4479fcbb4c0617879b485256')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"