summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 09:04:20 +0000
committerBioArchLinuxBot2023-04-29 09:04:20 +0000
commit1aa85aeba57b26126f8e7b508292c884a9b23bf1 (patch)
tree47c1c78cc3a8b464d950c5d79a15b2aba70ff98e
parent527f1b66a20a16ae764ee7d102b242095a703253 (diff)
downloadaur-1aa85aeba57b26126f8e7b508292c884a9b23bf1.tar.gz
[lilac] updated to 1.48.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac4e2c891a65..4ea5a41361b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-a4
pkgdesc = Automated Affymetrix Array Analysis Umbrella Package
- pkgver = 1.46.0
+ pkgver = 1.48.0
pkgrel = 1
url = https://bioconductor.org/packages/a4
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-a4
optdepends = r-mlp
optdepends = r-nlcv
optdepends = r-rgraphviz
- source = https://bioconductor.org/packages/release/bioc/src/contrib/a4_1.46.0.tar.gz
- sha256sums = 0b86a1019a7c46fe4bf085249f9191730aeadc13e86bef4deac2fa9e39243aea
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/a4_1.48.0.tar.gz
+ sha256sums = f15debd35b40ce32a60f8192935e6f97d1e099740bb035157ba1bcca39d38958
pkgname = r-a4
diff --git a/PKGBUILD b/PKGBUILD
index f119f0560045..59f0f30e92bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=a4
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Automated Affymetrix Array Analysis Umbrella Package'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-rgraphviz
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0b86a1019a7c46fe4bf085249f9191730aeadc13e86bef4deac2fa9e39243aea')
+sha256sums=('f15debd35b40ce32a60f8192935e6f97d1e099740bb035157ba1bcca39d38958')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"