summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 02:59:50 +0000
committerBioArchLinuxBot2024-05-03 02:59:50 +0000
commit357e7dfc8bc3e37d3166e96918052c8745e7e583 (patch)
tree54c29b478982612f6a8023103e8fbdf7f216044e /PKGBUILD
parent8381d374c1f5fc9aa9ca071f28106b923946598a (diff)
downloadaur-r-genomation.tar.gz
[lilac] updated to 1.36.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3c2f4d193d7..c3ccddfd10ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=genomation
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.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=('6c7e40caee1115a28617c2a0a0837c92701dbce7511277c078a5957a50e877ed')
+sha256sums=('440600e76f82572d52e1e3b3036bb1713aebe3ed4b4341f448f81c35a721dead')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"