summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 06:16:15 +0000
committerBioArchLinuxBot2023-04-27 06:16:15 +0000
commit80196ebd191ba17c98975e9cc184c22538c81629 (patch)
treee52d35d2c59d2c1b0bdb92791ac048c2eb0be43a
parent0ad42e02d5e012695bd27ea4aee31cc76a8881b3 (diff)
downloadaur-80196ebd191ba17c98975e9cc184c22538c81629.tar.gz
[lilac] updated to 1.74.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db76d77167a1..de8fc3f989ef 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.72.0
+ pkgver = 1.74.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.72.0.tar.gz
- sha256sums = 0d6e19af6f693c0419d4f27d0db03803916af97e784dd29215728608e97abbfc
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/annotationTools_1.74.0.tar.gz
+ sha256sums = e88dc1ac2a61d2033d0e7220cb9064dfd227f0887956cc27f00fdd2aa0808b37
pkgname = r-annotationtools
diff --git a/PKGBUILD b/PKGBUILD
index c8e46a422ff5..f21edd580135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=annotationTools
-_pkgver=1.72.0
+_pkgver=1.74.0
pkgname=r-${_pkgname,,}
-pkgver=1.72.0
+pkgver=1.74.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=('0d6e19af6f693c0419d4f27d0db03803916af97e784dd29215728608e97abbfc')
+sha256sums=('e88dc1ac2a61d2033d0e7220cb9064dfd227f0887956cc27f00fdd2aa0808b37')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"