summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-20 12:21:30 +0000
committerBioArchLinuxBot2024-01-20 12:21:30 +0000
commit96d0785564a68dc9aa643a729491ffc599c7a380 (patch)
treeb0b6c502e27c4f85d7adbfc7bd6b44c7c09c9ba2 /PKGBUILD
parent16d5536656c74650ebeff7bb590b63004449a0ed (diff)
downloadaur-96d0785564a68dc9aa643a729491ffc599c7a380.tar.gz
[lilac] updated to 4.14.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b46da173741..1df807e2feb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flowStats
-_pkgver=4.14.0
+_pkgver=4.14.1
pkgname=r-${_pkgname,,}
-pkgver=4.14.0
+pkgver=4.14.1
pkgrel=1
pkgdesc='Statistical methods for the analysis of flow cytometry data'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-xtable
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('93f5a29e9f652af65ddd4392b368c1397012777dbe567b6d10022d9e2c57f8b8')
+sha256sums=('05505ac37e556010c7388a3924c874973d37995b5d62223ae0c060adb23295e0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"