summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 06:17:23 +0000
committerBioArchLinuxBot2022-11-03 06:17:23 +0000
commit434823ece28a613158bcee829073d352d885b343 (patch)
treeb3934b71fe3ca676c12cb78d53a597399e471b8a
parentd56a6c6e74301d09085949990b1fbca079412b76 (diff)
downloadaur-434823ece28a613158bcee829073d352d885b343.tar.gz
[lilac] updated to 1.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c5b0cb14c54..016feff42c0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-quartpac
pkgdesc = Identification of mutational clusters in protein quaternary structures.
- pkgver = 1.28.0
+ pkgver = 1.30.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.28.0.tar.gz
- sha256sums = d0532016424683f5c28fc817674f2345e0fed0a44b65924c25cf4e93d0b4d6f5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/QuartPAC_1.30.0.tar.gz
+ sha256sums = 453e3f1b16a39059802a1c22b0a5414250fe624252fceec51583f998868128a7
pkgname = r-quartpac
diff --git a/PKGBUILD b/PKGBUILD
index 587956f36ec4..298f3caf8579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=QuartPAC
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.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=('d0532016424683f5c28fc817674f2345e0fed0a44b65924c25cf4e93d0b4d6f5')
+sha256sums=('453e3f1b16a39059802a1c22b0a5414250fe624252fceec51583f998868128a7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"