summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 20:47:50 +0000
committerBioArchLinuxBot2024-05-02 20:47:50 +0000
commit0ef4dce2e6a9d642bc2a16478614e8d07fca4045 (patch)
tree750ec161bd55c84ef408077542345ab599250128 /PKGBUILD
parenta8a28c975c44117e800b79a290bd9dd8585c6a44 (diff)
downloadaur-r-gotools.tar.gz
[lilac] updated to 1.78.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cad247cf7184..645688f88e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=goTools
-_pkgver=1.76.0
+_pkgver=1.78.0
pkgname=r-${_pkgname,,}
-pkgver=1.76.0
+pkgver=1.78.0
pkgrel=1
pkgdesc='Functions for Gene Ontology database'
arch=('any')
@@ -18,7 +18,7 @@ optdepends=(
r-hgu133a.db
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6c9bc2f6ede0df75c4181ad54434835027f8e1a72e60539a3d34f37f8221d4e1')
+sha256sums=('454733b5652f716e1d136b5eadfee7ab3d180baa6ab03257154795e135adb79f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"