summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 11:16:43 +0000
committerBioArchLinuxBot2023-10-27 11:16:43 +0000
commit8381d374c1f5fc9aa9ca071f28106b923946598a (patch)
treed5930cf60b303dce46acd19aebe558e310dea55f
parenta1640e5e0927cfd5a7c47628f775f41355cfc6ad (diff)
downloadaur-8381d374c1f5fc9aa9ca071f28106b923946598a.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a946ab427577..57528cae5df2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomation
pkgdesc = Summary, annotation and visualization of genomic data
- pkgver = 1.32.0
+ pkgver = 1.34.0
pkgrel = 1
url = https://bioconductor.org/packages/genomation
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = r-genomation
optdepends = r-rcolorbrewer
optdepends = r-rmarkdown
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/genomation_1.32.0.tar.gz
- sha256sums = 41fc1527a465a803802ea1cd956d8f42fc640000d210cc289db696db3b16ca78
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/genomation_1.34.0.tar.gz
+ sha256sums = 6c7e40caee1115a28617c2a0a0837c92701dbce7511277c078a5957a50e877ed
pkgname = r-genomation
diff --git a/PKGBUILD b/PKGBUILD
index 0de73c3734f3..c3c2f4d193d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=genomation
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Summary, annotation and visualization of genomic data'
arch=('x86_64')
@@ -41,7 +41,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('41fc1527a465a803802ea1cd956d8f42fc640000d210cc289db696db3b16ca78')
+sha256sums=('6c7e40caee1115a28617c2a0a0837c92701dbce7511277c078a5957a50e877ed')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"