summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:40:17 +0000
committerBioArchLinuxBot2022-11-02 21:40:17 +0000
commita4951ad6b1fa28b9cfec8860b0cfeb37b1d5df6f (patch)
tree35bcf6ba00571569099d6a1b479dd0536d232bd5 /PKGBUILD
parentb7d9a5d5a117536c9ecb8b7a45a568d3774ef573 (diff)
downloadaur-a4951ad6b1fa28b9cfec8860b0cfeb37b1d5df6f.tar.gz
[lilac] updated to 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63f58022100c..516e066ff4bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flowGraph
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Identifying differential cell populations in flow cytometry data accounting for marker frequency'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8d0476618b941000a1401238f00606585c41a2fa8bb36e54f3873aebbdaca946')
+sha256sums=('3a96d48d1edf03ccbb75fb2d697a2176ff64aedbb1a6dff102692733f7fc37eb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"