summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-07-19 00:04:29 +0000
committerBioArchLinuxBot2023-07-19 00:04:29 +0000
commit52dea2d0975bba465d7e73fe28384a271a0188aa (patch)
tree7bed580bd922d6b939a156f2f11d317b69b8a28c /PKGBUILD
parente9269bf0fcbd17779fea5bbec268285d9b592bfc (diff)
downloadaur-52dea2d0975bba465d7e73fe28384a271a0188aa.tar.gz
[lilac] updated to 2.12.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24994e2fa3dd..6688608088d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flowCore
-_pkgver=2.12.1
+_pkgver=2.12.2
pkgname=r-${_pkgname,,}
-pkgver=2.12.1
+pkgver=2.12.2
pkgrel=1
pkgdesc='flowCore: Basic structures for flow cytometry data'
arch=('x86_64')
@@ -37,7 +37,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d52cb016d23bbf643806f26176d63001edaa0dafcb07bca0b7cae1e020cc5126')
+sha256sums=('1064a2941dbca4a25ff129ca8d62c9341b545aa070d6221987b2edeac3d57dfc')
options=(!lto !buildflags staticlibs)
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"