summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:08:02 +0000
committerBioArchLinuxBot2024-05-01 23:08:02 +0000
commit71b5f0a1a82d77f8926bac2187c67f45f993a81c (patch)
tree7c8bf557176c9f560d5d1e6b83b0924325b8b543
parent6a2e5893d3116c5fa0be908b0df03b1e488d1bba (diff)
downloadaur-r-flowcut.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e07b3968a4b5..1913f44630ff 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.12.0
+ pkgver = 1.14.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.12.0.tar.gz
- sha256sums = c05895442138a2df665911c06bb562bc797076aabf6bad402238434f72ccc022
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/flowCut_1.14.0.tar.gz
+ sha256sums = e888762844672dcd323036d82874d161545ef25df96a652b07c5048bf69c0d56
pkgname = r-flowcut
diff --git a/PKGBUILD b/PKGBUILD
index 725d22656f25..931246bb45b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flowCut
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('c05895442138a2df665911c06bb562bc797076aabf6bad402238434f72ccc022')
+sha256sums=('e888762844672dcd323036d82874d161545ef25df96a652b07c5048bf69c0d56')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"