summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 08:36:14 +0000
committerBioArchLinuxBot2023-10-27 08:36:14 +0000
commit30ed7f249728dd4fb202ab65dde15816472b83c3 (patch)
treeb693a3ba84679e3e6126fb52f0a3064aae2d0f20
parent355d2ea00b224bdd6f0091a16d56b39e012113f1 (diff)
downloadaur-30ed7f249728dd4fb202ab65dde15816472b83c3.tar.gz
[lilac] updated to 2.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e40a36460b..354989c39c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-anaquin
pkgdesc = Statistical analysis of sequins
- pkgver = 2.24.0
+ pkgver = 2.26.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.24.0.tar.gz
- sha256sums = bcb2efa54a906abab4f7429ba79808d0f5a2040639475cad13a7d1532f605d38
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Anaquin_2.26.0.tar.gz
+ sha256sums = 8d0a505c9877752d13ce81b7712a78f89c7aa9ca5ae25dc72047079a62705db8
pkgname = r-anaquin
diff --git a/PKGBUILD b/PKGBUILD
index 1b441805bf84..e0584288bd5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Anaquin
-_pkgver=2.24.0
+_pkgver=2.26.0
pkgname=r-${_pkgname,,}
-pkgver=2.24.0
+pkgver=2.26.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=('bcb2efa54a906abab4f7429ba79808d0f5a2040639475cad13a7d1532f605d38')
+sha256sums=('8d0a505c9877752d13ce81b7712a78f89c7aa9ca5ae25dc72047079a62705db8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"