summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 15:11:06 +0000
committerBioArchLinuxBot2023-10-27 15:11:06 +0000
commit47e9110aa2d5f9d6ddd194bbe1bf7ff869a8fa02 (patch)
tree184e692093e94fb6a04e57e05b67621b771a2e98
parent64316a010a31848aa13f1f77fe7f130dc63ef352 (diff)
downloadaur-47e9110aa2d5f9d6ddd194bbe1bf7ff869a8fa02.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a26654a79f0b..36b4e7da490d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pviz
pkgdesc = Peptide Annotation and Data Visualization using Gviz
- pkgver = 1.34.0
+ pkgver = 1.36.0
pkgrel = 1
url = https://bioconductor.org/packages/Pviz
arch = any
@@ -14,7 +14,7 @@ pkgbase = r-pviz
depends = r-iranges
optdepends = r-knitr
optdepends = r-pepdat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Pviz_1.34.0.tar.gz
- sha256sums = 9e6da56cca87330abce38e872ea41244fb8143ed5babb2c84aad2b76375ed134
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Pviz_1.36.0.tar.gz
+ sha256sums = 8aa64a7d7253553b2d66c8754f62c51b0e3005553a9c7384f2b70ac4bc7e4f9d
pkgname = r-pviz
diff --git a/PKGBUILD b/PKGBUILD
index 2bdba7750e3a..f97d9b076c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Pviz
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.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=('9e6da56cca87330abce38e872ea41244fb8143ed5babb2c84aad2b76375ed134')
+sha256sums=('8aa64a7d7253553b2d66c8754f62c51b0e3005553a9c7384f2b70ac4bc7e4f9d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"