summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 00:10:30 +0000
committerBioArchLinuxBot2022-11-03 00:10:30 +0000
commit0ad42e02d5e012695bd27ea4aee31cc76a8881b3 (patch)
treeaaded3107b455f150af7d6a8a8c50cc8c6592283
parent85d858f3d48957552ded63154e68d20e70ad5505 (diff)
downloadaur-0ad42e02d5e012695bd27ea4aee31cc76a8881b3.tar.gz
[lilac] updated to 1.72.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec0831b1ffd8..db76d77167a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-annotationtools
pkgdesc = Annotate microarrays and perform cross-species gene expression analyses using flat file databases
- pkgver = 1.70.0
+ pkgver = 1.72.0
pkgrel = 1
url = https://bioconductor.org/packages/annotationTools
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-annotationtools
depends = r
depends = r-biobase
optdepends = r-biocstyle
- source = https://bioconductor.org/packages/release/bioc/src/contrib/annotationTools_1.70.0.tar.gz
- sha256sums = a1b0f9ac64c402f0de44b9c5a79f1deccaf1b4010dd989379043b5f889204b88
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/annotationTools_1.72.0.tar.gz
+ sha256sums = 0d6e19af6f693c0419d4f27d0db03803916af97e784dd29215728608e97abbfc
pkgname = r-annotationtools
diff --git a/PKGBUILD b/PKGBUILD
index 50e6d3ac3666..c8e46a422ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=annotationTools
-_pkgver=1.70.0
+_pkgver=1.72.0
pkgname=r-${_pkgname,,}
-pkgver=1.70.0
+pkgver=1.72.0
pkgrel=1
pkgdesc='Annotate microarrays and perform cross-species gene expression analyses using flat file databases'
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
r-biocstyle
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a1b0f9ac64c402f0de44b9c5a79f1deccaf1b4010dd989379043b5f889204b88')
+sha256sums=('0d6e19af6f693c0419d4f27d0db03803916af97e784dd29215728608e97abbfc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"