summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:09:03 +0000
committerBioArchLinuxBot2024-05-01 22:09:03 +0000
commitc677225c303949b00b6529e9c815558fedca82ee (patch)
treebd13f2194e668381e4c59ac93b66ce88a73ac77e /PKGBUILD
parente2836536c5d7e2cb7c2c6425f7a79030e8174a72 (diff)
downloadaur-r-gtrellis.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 b4898428af27..974c92744dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gtrellis
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='Genome Level Trellis Layout'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-tiff
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8595ddfdfff233ab36c93ff7cdb8e0bd2ea925bc93ded2cca73f3a2e28b05c08')
+sha256sums=('58a0ccbddd6eb554c8b76d30098a7dca279faf8d6b518933c42671d6e5959ae2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"