summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 22:46:02 +0000
committerBioArchLinuxBot2023-10-25 22:46:02 +0000
commit3334dbdb77fe5ceeadc1dc355bbee0077563039a (patch)
tree14096e3d969d7c34ddc8fccc6112550708a95b14
parent80196ebd191ba17c98975e9cc184c22538c81629 (diff)
downloadaur-3334dbdb77fe5ceeadc1dc355bbee0077563039a.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 de8fc3f989ef..e1117d932b18 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.74.0
+ pkgver = 1.76.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.74.0.tar.gz
- sha256sums = e88dc1ac2a61d2033d0e7220cb9064dfd227f0887956cc27f00fdd2aa0808b37
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/annotationTools_1.76.0.tar.gz
+ sha256sums = 4ea31896f495b577d95d72d1ba8ad87f05e6036fc6f44f04537c4c036436083c
pkgname = r-annotationtools
diff --git a/PKGBUILD b/PKGBUILD
index f21edd580135..437700968c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=annotationTools
-_pkgver=1.74.0
+_pkgver=1.76.0
pkgname=r-${_pkgname,,}
-pkgver=1.74.0
+pkgver=1.76.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=('e88dc1ac2a61d2033d0e7220cb9064dfd227f0887956cc27f00fdd2aa0808b37')
+sha256sums=('4ea31896f495b577d95d72d1ba8ad87f05e6036fc6f44f04537c4c036436083c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"