summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 14:21:23 +0000
committerBioArchLinuxBot2022-11-03 14:21:23 +0000
commit25dc4a4dc18bae64be4bd5ed3da27e26232fab64 (patch)
treed3c3a6048b7a2a96bc0e989897251decb3a50e81
parent90734c71aaf7ba34fbf02744d1fd8d445655fad5 (diff)
downloadaur-25dc4a4dc18bae64be4bd5ed3da27e26232fab64.tar.gz
[lilac] updated to 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c63cdd515ca..29f51b129a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-annmap
pkgdesc = Genome annotation and visualisation package pertaining to Affymetrix arrays and NGS analysis.
- pkgver = 1.38.0
+ pkgver = 1.40.0
pkgrel = 1
url = https://bioconductor.org/packages/annmap
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-annmap
optdepends = r-gviz
optdepends = r-rjson
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/annmap_1.38.0.tar.gz
- sha256sums = bbc7353df350d563c0e11d59f44deab621876708ca38cdfeccf9a828d15a987b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/annmap_1.40.0.tar.gz
+ sha256sums = 6333b18e1036390e798808735d9f616d8e665b015a3bedee8e6ce987130a2aa2
pkgname = r-annmap
diff --git a/PKGBUILD b/PKGBUILD
index 5e54392f1bca..bcc9c280f4cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=annmap
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='Genome annotation and visualisation package pertaining to Affymetrix arrays and NGS analysis.'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('bbc7353df350d563c0e11d59f44deab621876708ca38cdfeccf9a828d15a987b')
+sha256sums=('6333b18e1036390e798808735d9f616d8e665b015a3bedee8e6ce987130a2aa2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"