summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 14:09:10 +0000
committerBioArchLinuxBot2023-10-27 14:09:10 +0000
commit540aca0a42d7f8a262dce6dd7a3ccda92903228f (patch)
tree36d59fe40fc849ad4a02de413d6e5cd8a0b88711 /PKGBUILD
parent6fa16a9d633d6297aee63f8ee113d83bcd223ea5 (diff)
downloadaur-540aca0a42d7f8a262dce6dd7a3ccda92903228f.tar.gz
[lilac] updated to 1.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c332fbc3977..094de14d9a6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Gviz
-_pkgver=1.44.2
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.2
+pkgver=1.46.0
pkgrel=1
pkgdesc='Plotting data and annotation information along genomic coordinates'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=(
r-xml2
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4414d2842f5fd8fd0793e689923814172e4752086e971cd09b9fce897cd55151')
+sha256sums=('5f9237ce9b09b10cea7a5b5ffc32c7f626389f092d9616bb9b0432107b3fe02c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"