summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 04:25:09 +0000
committerBioArchLinuxBot2023-10-26 04:25:09 +0000
commitb3f5e6a495588cb9f9a5cf55220eff35985966fc (patch)
treef781e4a8385cea403a397ca3f312970d245faa7c
parenta477dd4cc2bb3476dc639da47ac5b3c52a0fe5c4 (diff)
downloadaur-b3f5e6a495588cb9f9a5cf55220eff35985966fc.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f84ba861e89f..22fa6b2927ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-quartpac
pkgdesc = Identification of mutational clusters in protein quaternary structures.
- pkgver = 1.32.0
+ pkgver = 1.34.0
pkgrel = 1
url = https://bioconductor.org/packages/QuartPAC
arch = any
@@ -13,7 +13,7 @@ pkgbase = r-quartpac
optdepends = r-biocgenerics
optdepends = r-rgl
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/QuartPAC_1.32.0.tar.gz
- sha256sums = a0037c47c2e15f0a3e382e5fc6942ce2b2102e166baf63852b58f304e59376ae
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/QuartPAC_1.34.0.tar.gz
+ sha256sums = c4f882efe5099b332ddb35308bc729a4265f88b0aa53380102223f2bc1084e21
pkgname = r-quartpac
diff --git a/PKGBUILD b/PKGBUILD
index cf9d96d9f47f..b30a4f615172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=QuartPAC
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Identification of mutational clusters in protein quaternary structures.'
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a0037c47c2e15f0a3e382e5fc6942ce2b2102e166baf63852b58f304e59376ae')
+sha256sums=('c4f882efe5099b332ddb35308bc729a4265f88b0aa53380102223f2bc1084e21')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"