diff options
author | BioArchLinuxBot | 2023-10-25 23:08:34 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-25 23:08:34 +0000 |
commit | fd93bb2cd6c51999b37c1362f9cd069e6a1a472c (patch) | |
tree | bd899f6492725e48be5ae7f77fbd143156b854bc | |
parent | b6c53bfefcf76e2148cc51893526405045bebe5c (diff) | |
download | aur-fd93bb2cd6c51999b37c1362f9cd069e6a1a472c.tar.gz |
[lilac] updated to 1.42.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-spem pkgdesc = S-system parameter estimation method - pkgver = 1.40.0 + pkgver = 1.42.0 pkgrel = 1 url = https://bioconductor.org/packages/SPEM arch = any @@ -8,7 +8,7 @@ pkgbase = r-spem depends = r depends = r-biobase depends = r-rsolnp - source = https://bioconductor.org/packages/release/bioc/src/contrib/SPEM_1.40.0.tar.gz - sha256sums = 08d3e058d190e63554987b66fbe54fb3e608a7b351a0a9375db187d7106de590 + source = https://bioconductor.org/packages/release/bioc/src/contrib/SPEM_1.42.0.tar.gz + sha256sums = 7ae947fcfabb5614a628c80bf5f59e7ad9fcbb148affe724c0e08f3ab496ccc7 pkgname = r-spem @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=SPEM -_pkgver=1.40.0 +_pkgver=1.42.0 pkgname=r-${_pkgname,,} -pkgver=1.40.0 +pkgver=1.42.0 pkgrel=1 pkgdesc='S-system parameter estimation method' arch=('any') @@ -15,7 +15,7 @@ depends=( r-rsolnp ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('08d3e058d190e63554987b66fbe54fb3e608a7b351a0a9375db187d7106de590') +sha256sums=('7ae947fcfabb5614a628c80bf5f59e7ad9fcbb148affe724c0e08f3ab496ccc7') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |