summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 11:16:43 +0000
committerBioArchLinuxBot2023-10-27 11:16:43 +0000
commit8381d374c1f5fc9aa9ca071f28106b923946598a (patch)
treed5930cf60b303dce46acd19aebe558e310dea55f /PKGBUILD
parenta1640e5e0927cfd5a7c47628f775f41355cfc6ad (diff)
downloadaur-8381d374c1f5fc9aa9ca071f28106b923946598a.tar.gz
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"