summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-31 18:40:40 +0000
committerBioArchLinuxBot2023-10-31 18:40:40 +0000
commit6a2e5893d3116c5fa0be908b0df03b1e488d1bba (patch)
tree35aa931387f2fa84cdefe9b15b66fdbf8ae1319f
parent9d26d43635a952d6b02094e7fb1405fb4445a192 (diff)
downloadaur-6a2e5893d3116c5fa0be908b0df03b1e488d1bba.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a19003725da..e07b3968a4b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-flowcut
pkgdesc = Precise and Accurate Automated Removal of Outlier Events and Flagging of Files Based on Time Versus Fluorescence Analysis
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/flowCut
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-flowcut
optdepends = r-markdown
optdepends = r-rmarkdown
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/flowCut_1.10.0.tar.gz
- sha256sums = c00d952a5a332fd5570711fa957320249932d85cc53c351f89a69ae70b61d63d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/flowCut_1.12.0.tar.gz
+ sha256sums = c05895442138a2df665911c06bb562bc797076aabf6bad402238434f72ccc022
pkgname = r-flowcut
diff --git a/PKGBUILD b/PKGBUILD
index 3824ec72f5ba..725d22656f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flowCut
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Precise and Accurate Automated Removal of Outlier Events and Flagging of Files Based on Time Versus Fluorescence Analysis'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c00d952a5a332fd5570711fa957320249932d85cc53c351f89a69ae70b61d63d')
+sha256sums=('c05895442138a2df665911c06bb562bc797076aabf6bad402238434f72ccc022')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"