summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 354989c39c01..b5fcb9fa13f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-anaquin
pkgdesc = Statistical analysis of sequins
- pkgver = 2.26.0
+ pkgver = 2.28.0
pkgrel = 1
url = https://bioconductor.org/packages/Anaquin
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-anaquin
depends = r-rocr
optdepends = r-rmarkdown
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Anaquin_2.26.0.tar.gz
- sha256sums = 8d0a505c9877752d13ce81b7712a78f89c7aa9ca5ae25dc72047079a62705db8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Anaquin_2.28.0.tar.gz
+ sha256sums = eb49f039d1d7f565e0085820fc91e3868a898458a52bf89c137519efe6e7db41
pkgname = r-anaquin
diff --git a/PKGBUILD b/PKGBUILD
index e0584288bd5f..11b9a80e4318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Anaquin
-_pkgver=2.26.0
+_pkgver=2.28.0
pkgname=r-${_pkgname,,}
-pkgver=2.26.0
+pkgver=2.28.0
pkgrel=1
pkgdesc='Statistical analysis of sequins'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8d0a505c9877752d13ce81b7712a78f89c7aa9ca5ae25dc72047079a62705db8')
+sha256sums=('eb49f039d1d7f565e0085820fc91e3868a898458a52bf89c137519efe6e7db41')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"