summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 00:00:06 +0000
committerBioArchLinuxBot2024-05-02 00:00:06 +0000
commitcdb7953e8125c09a26c96acb41490f6a637005d7 (patch)
tree6179f34a0d14c4a9953c91dc80101862f3b72881 /PKGBUILD
parentedb7086f9837d7c01663986caf9ecb954b57045c (diff)
downloadaur-r-keggrest.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 e4f9623c70c2..f49a90186f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=KEGGREST
-_pkgver=1.42.0
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.44.0
pkgrel=1
pkgdesc='Client-side REST access to the Kyoto Encyclopedia of Genes and Genomes (KEGG)'
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('072c3f236d65479afd20ecf83e7b0e32cbd13a6e4c54922bf17b37b6420ccc15')
+sha256sums=('c079a74d37d4246ef67bcfa1da00d33bc87ac5fb74e1eb5015728fcc7d0871f7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"