diff options
author | BioArchLinuxBot | 2024-05-02 01:05:06 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-02 01:05:06 +0000 |
commit | 3e84c078bb857a459decb88695afdca2eda56f98 (patch) | |
tree | 0d0a5d97f1fc6d0444ff803b9d5eb0d875c58ffc | |
parent | ff4ae865104168d7652ec7191bfaa45f5805504c (diff) | |
download | aur-3e84c078bb857a459decb88695afdca2eda56f98.tar.gz |
[lilac] updated to 1.32.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-confess pkgdesc = Cell OrderiNg by FluorEScence Signal - pkgver = 1.30.0 + pkgver = 1.32.0 pkgrel = 1 url = https://bioconductor.org/packages/CONFESS arch = any @@ -34,7 +34,7 @@ pkgbase = r-confess optdepends = r-confessdata optdepends = r-knitr optdepends = r-rmarkdown - source = https://bioconductor.org/packages/release/bioc/src/contrib/CONFESS_1.30.0.tar.gz - sha256sums = 828fe6d1f451eb970e30291c04a766f7a7c60e6cbece1f6ab118abb3e2c3941e + source = https://bioconductor.org/packages/release/bioc/src/contrib/CONFESS_1.32.0.tar.gz + sha256sums = b4a5e9994fa4b310b59c510af1a8ee6f0e5dc1c8a7965e08230f154dcdb7a792 pkgname = r-confess @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=CONFESS -_pkgver=1.30.0 +_pkgver=1.32.0 pkgname=r-${_pkgname,,} -pkgver=1.30.0 +pkgver=1.32.0 pkgrel=1 pkgdesc='Cell OrderiNg by FluorEScence Signal' arch=('any') @@ -43,7 +43,7 @@ optdepends=( r-rmarkdown ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('828fe6d1f451eb970e30291c04a766f7a7c60e6cbece1f6ab118abb3e2c3941e') +sha256sums=('b4a5e9994fa4b310b59c510af1a8ee6f0e5dc1c8a7965e08230f154dcdb7a792') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |