summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:41:00 +0000
committerBioArchLinuxBot2023-10-26 05:41:00 +0000
commit4d0ee81c47de1b782d22bd8d18e7d4c1f9ab8742 (patch)
treeb2c7d2deb135632ede74ebd9ed8284729ca9a22e /PKGBUILD
parent33033b4f8ecd7675f443599a67fa29762af6b14b (diff)
downloadaur-r-annmap.tar.gz
[lilac] updated to 1.44.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4598dc6a495..ca03c8b0ac33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=annmap
-_pkgver=1.42.0
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.44.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=('3b50189feec150ca90818d32dcd01c8ea27a0e9e3d71744cc42ca8d53d5a343e')
+sha256sums=('485692771e81e88e01dba70d450fca651204fa2709ba6396594f462261c3c0bd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"