summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-21 12:16:49 +0000
committerBioArchLinuxBot2023-02-21 12:16:49 +0000
commit211edbbc7c75893730145d05a6ccdeccc6d4c209 (patch)
tree0d2a28c290d26ab200a7ca718666628e7fa68589 /PKGBUILD
parent895edb44e3b9a2908355c3b67ad405dbea5a97d2 (diff)
downloadaur-211edbbc7c75893730145d05a6ccdeccc6d4c209.tar.gz
[lilac] updated to 1.42.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10160136e222..d2bcd8834762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Gviz
-_pkgver=1.42.0
+_pkgver=1.42.1
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.42.1
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=('69d35059386f9750f5271c769a5e083093b64f24810a65b85b6bb436e6244926')
+sha256sums=('4ac722abc5ba97141d286a8b8324424b4179b9636ee1b16767881dd834301a07')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"