summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 00:43:53 +0000
committerBioArchLinuxBot2022-11-03 00:43:53 +0000
commit4e7e1e9a63f41dd64262654e4202db85ab500ae8 (patch)
treeb7998e68c104a7f3c37ceaa8611b02e1b4adcdfd
parent262e859a436bdd92438755cf507b92d99ccc751a (diff)
downloadaur-4e7e1e9a63f41dd64262654e4202db85ab500ae8.tar.gz
[lilac] updated to 1.76.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45380ba20bbe..d198b0eb73d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-arrayquality
pkgdesc = Assessing array quality on spotted arrays
- pkgver = 1.74.0
+ pkgver = 1.76.0
pkgrel = 1
url = https://bioconductor.org/packages/arrayQuality
arch = any
@@ -14,7 +14,7 @@ pkgbase = r-arrayquality
optdepends = r-heebodata
optdepends = r-mclust
optdepends = r-meebodata
- source = https://bioconductor.org/packages/release/bioc/src/contrib/arrayQuality_1.74.0.tar.gz
- sha256sums = e5945bf9dda071806a800a6b74afa73ad4675a04adb3322739a46b60bcb51d2f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/arrayQuality_1.76.0.tar.gz
+ sha256sums = 9a58e6568dc928207d392bd589bde293c4e448836c4b218c1196267a5738b82c
pkgname = r-arrayquality
diff --git a/PKGBUILD b/PKGBUILD
index 27cde0fe77f2..82450493f2aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=arrayQuality
-_pkgver=1.74.0
+_pkgver=1.76.0
pkgname=r-${_pkgname,,}
-pkgver=1.74.0
+pkgver=1.76.0
pkgrel=1
pkgdesc='Assessing array quality on spotted arrays'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-meebodata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e5945bf9dda071806a800a6b74afa73ad4675a04adb3322739a46b60bcb51d2f')
+sha256sums=('9a58e6568dc928207d392bd589bde293c4e448836c4b218c1196267a5738b82c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"