summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 14:47:49 +0000
committerBioArchLinuxBot2023-04-27 14:47:49 +0000
commita477dd4cc2bb3476dc639da47ac5b3c52a0fe5c4 (patch)
tree474b9563c1d9846edfbf0b9c4d2089b7836b3a92
parent434823ece28a613158bcee829073d352d885b343 (diff)
downloadaur-a477dd4cc2bb3476dc639da47ac5b3c52a0fe5c4.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 016feff42c0b..f84ba861e89f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-quartpac
pkgdesc = Identification of mutational clusters in protein quaternary structures.
- pkgver = 1.30.0
+ pkgver = 1.32.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.30.0.tar.gz
- sha256sums = 453e3f1b16a39059802a1c22b0a5414250fe624252fceec51583f998868128a7
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/QuartPAC_1.32.0.tar.gz
+ sha256sums = a0037c47c2e15f0a3e382e5fc6942ce2b2102e166baf63852b58f304e59376ae
pkgname = r-quartpac
diff --git a/PKGBUILD b/PKGBUILD
index 298f3caf8579..cf9d96d9f47f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=QuartPAC
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.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=('453e3f1b16a39059802a1c22b0a5414250fe624252fceec51583f998868128a7')
+sha256sums=('a0037c47c2e15f0a3e382e5fc6942ce2b2102e166baf63852b58f304e59376ae')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"