summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-18 13:06:44 +0000
committerBioArchLinuxBot2025-04-18 13:06:44 +0000
commit3b6e2cf4385b54ca8ed8d7532c97a57b7f431b9f (patch)
tree632014af70ecc40c00dfbf5ee262e294174fe401
parentdb370f705c0d0db658983815f737bb2456fc9da9 (diff)
downloadaur-3b6e2cf4385b54ca8ed8d7532c97a57b7f431b9f.tar.gz
[lilac] updated to 1.56.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b0017efea85..7c4ade58b390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-a4base
pkgdesc = Automated Affymetrix Array Analysis Base Package
- pkgver = 1.54.0
+ pkgver = 1.56.0
pkgrel = 1
url = https://bioconductor.org/packages/a4Base
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-a4base
optdepends = r-hgu95av2.db
optdepends = r-javagd
optdepends = r-nlcv
- source = https://bioconductor.org/packages/release/bioc/src/contrib/a4Base_1.54.0.tar.gz
- sha256sums = ad9038be5d4a93c211a4f059fb7f65ad8d9f8a262e91a2c70b5bd9988b08c2f4
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/a4Base_1.56.0.tar.gz
+ sha256sums = fa385d6f58f6ef1f41f2260416e47ecab120c34f8a8fd5fda592575003aeec1c
pkgname = r-a4base
diff --git a/PKGBUILD b/PKGBUILD
index a3183d86b119..fc22c6481331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=a4Base
-_pkgver=1.54.0
+_pkgver=1.56.0
pkgname=r-${_pkgname,,}
-pkgver=1.54.0
+pkgver=1.56.0
pkgrel=1
pkgdesc='Automated Affymetrix Array Analysis Base Package'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-nlcv
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ad9038be5d4a93c211a4f059fb7f65ad8d9f8a262e91a2c70b5bd9988b08c2f4')
+sha256sums=('fa385d6f58f6ef1f41f2260416e47ecab120c34f8a8fd5fda592575003aeec1c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"