diff options
author | BioArchLinuxBot | 2024-10-31 16:28:54 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 16:28:54 +0000 |
commit | b819c83da387f7002a9ea353fb0800b016482bde (patch) | |
tree | fbacf9d7b4e7b3614e984d5b773bb140ee95f2ed | |
parent | 371c8c2d7a7c7aaaa61cc61086538e0f1b41e411 (diff) | |
download | aur-b819c83da387f7002a9ea353fb0800b016482bde.tar.gz |
[lilac] updated to 1.44.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-flowclean pkgdesc = flowClean - pkgver = 1.42.0 + pkgver = 1.44.0 pkgrel = 1 url = https://bioconductor.org/packages/flowClean arch = any @@ -13,7 +13,7 @@ pkgbase = r-flowclean optdepends = r-flowviz optdepends = r-grid optdepends = r-gridextra - source = https://bioconductor.org/packages/release/bioc/src/contrib/flowClean_1.42.0.tar.gz - sha256sums = 59cbcb27f4e291c8b71cd419939b7af9c6678108c00d7efaa520e0613a47a8a8 + source = https://bioconductor.org/packages/release/bioc/src/contrib/flowClean_1.44.0.tar.gz + sha256sums = 2e976a6ec011d4bbbb9e2ced3a632c9dd84715e2701b4a565d55d0bd118cf865 pkgname = r-flowclean @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=flowClean -_pkgver=1.42.0 +_pkgver=1.44.0 pkgname=r-${_pkgname,,} -pkgver=1.42.0 +pkgver=1.44.0 pkgrel=1 pkgdesc='flowClean' arch=('any') @@ -22,7 +22,7 @@ optdepends=( r-gridextra ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('59cbcb27f4e291c8b71cd419939b7af9c6678108c00d7efaa520e0613a47a8a8') +sha256sums=('2e976a6ec011d4bbbb9e2ced3a632c9dd84715e2701b4a565d55d0bd118cf865') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |