summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:12:19 +0000
committerBioArchLinuxBot2024-05-01 23:12:19 +0000
commit15524bee02f803d3ba5712d28be415798ab2f824 (patch)
treee8e7c1396fca7bf7f0cc79a1f2b7929355bc3f3c
parent5f90214e8970e8e37c51763f40d486b67eaac45d (diff)
downloadaur-r-cyanofilter.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 07fa568488b3..dbfe10c9969f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cyanofilter
pkgdesc = Phytoplankton Population Identification using Cell Pigmentation and/or Complexity
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/cyanoFilter
arch = any
@@ -21,7 +21,7 @@ pkgbase = r-cyanofilter
optdepends = r-rmarkdown
optdepends = r-stringr
optdepends = r-tidyr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/cyanoFilter_1.10.0.tar.gz
- sha256sums = 3e0588f4903aae934b653dbdd2d036a0bde4a42e97d399743b40dde539139d22
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/cyanoFilter_1.12.0.tar.gz
+ sha256sums = 3da753deaeeb167910670391ae8d2fbe3f6325d88cd56394b342171e71c1d5db
pkgname = r-cyanofilter
diff --git a/PKGBUILD b/PKGBUILD
index bce1e8929516..4a0681ceb31f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cyanoFilter
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Phytoplankton Population Identification using Cell Pigmentation and/or Complexity'
arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
r-tidyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3e0588f4903aae934b653dbdd2d036a0bde4a42e97d399743b40dde539139d22')
+sha256sums=('3da753deaeeb167910670391ae8d2fbe3f6325d88cd56394b342171e71c1d5db')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"