summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 11:56:51 +0000
committerBioArchLinuxBot2023-04-27 11:56:51 +0000
commitd7dae3264565ecfb4661568ed827dd1aff519163 (patch)
treee515864c81a36fa9b2852131a7ced2d8e38f7afb /PKGBUILD
parentc8ed85caccf43a7788f875e5f0aea9c273d60643 (diff)
downloadaur-d7dae3264565ecfb4661568ed827dd1aff519163.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 d1208f86e0b6..9573fa234318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tracktables
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Build IGV tracks and HTML reports'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cf47aacfbee5acca2d35b9c1675f010c2fe3651fc8be6284811d09a074b0e9b2')
+sha256sums=('0616d1044e8bb4f937a4661e9bb6c74de6d265607f8eed6ad3396d7b6899fb42')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"