summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 20:47:50 +0000
committerBioArchLinuxBot2024-05-02 20:47:50 +0000
commit0ef4dce2e6a9d642bc2a16478614e8d07fca4045 (patch)
tree750ec161bd55c84ef408077542345ab599250128
parenta8a28c975c44117e800b79a290bd9dd8585c6a44 (diff)
downloadaur-r-gotools.tar.gz
[lilac] updated to 1.78.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee1e19ef4da7..ea5b1a7a1c13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gotools
pkgdesc = Functions for Gene Ontology database
- pkgver = 1.76.0
+ pkgver = 1.78.0
pkgrel = 1
url = https://bioconductor.org/packages/goTools
arch = any
@@ -9,7 +9,7 @@ pkgbase = r-gotools
depends = r-annotationdbi
depends = r-go.db
optdepends = r-hgu133a.db
- source = https://bioconductor.org/packages/release/bioc/src/contrib/goTools_1.76.0.tar.gz
- sha256sums = 6c9bc2f6ede0df75c4181ad54434835027f8e1a72e60539a3d34f37f8221d4e1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/goTools_1.78.0.tar.gz
+ sha256sums = 454733b5652f716e1d136b5eadfee7ab3d180baa6ab03257154795e135adb79f
pkgname = r-gotools
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}"