summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 06:11:15 +0000
committerBioArchLinuxBot2024-05-03 06:11:15 +0000
commita7c02c61600edc9e682baee11a2b263547a794e0 (patch)
tree03d629a71d6346d60f586406bdf68acf8e9c6dc5 /PKGBUILD
parent47e9110aa2d5f9d6ddd194bbe1bf7ff869a8fa02 (diff)
downloadaur-r-pviz.tar.gz
[lilac] updated to 1.38.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f97d9b076c58..24c510bdf8a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Pviz
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.0
pkgrel=1
pkgdesc='Peptide Annotation and Data Visualization using Gviz'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-pepdat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8aa64a7d7253553b2d66c8754f62c51b0e3005553a9c7384f2b70ac4bc7e4f9d')
+sha256sums=('d932597d4b1232980dcd795a2e486cb55efb4927da018ad4741cea16ed7350c3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"