summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:22:22 +0000
committerBioArchLinuxBot2024-05-01 20:22:22 +0000
commit6dd8849ec8b835d810d6296f148e160856b63b43 (patch)
treea2b5f04760cb912643768b99af970f389a4895d3
parent7a3ad3ef9a8f921ea050cb3acc5ddbc334030c57 (diff)
downloadaur-r-drawproteins.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32330746c1c8..970fc0bf1b30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-drawproteins
pkgdesc = Package to Draw Protein Schematics from Uniprot API output
- pkgver = 1.22.2
+ pkgver = 1.24.0
pkgrel = 1
url = https://bioconductor.org/packages/drawProteins
arch = any
@@ -16,7 +16,7 @@ pkgbase = r-drawproteins
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/drawProteins_1.22.2.tar.gz
- sha256sums = 7112a4924a43d9a0bb27ace07566dfbb97b30c44784d3553f3157e9d489088d5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/drawProteins_1.24.0.tar.gz
+ sha256sums = 2557e3a0dd51c914ba3084e0dde2680353464dbbc1fcabfe15a3e4cb29a3e2aa
pkgname = r-drawproteins
diff --git a/PKGBUILD b/PKGBUILD
index 155adc804259..dad2e51fbde4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=drawProteins
-_pkgver=1.22.2
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.2
+pkgver=1.24.0
pkgrel=1
pkgdesc='Package to Draw Protein Schematics from Uniprot API output'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7112a4924a43d9a0bb27ace07566dfbb97b30c44784d3553f3157e9d489088d5')
+sha256sums=('2557e3a0dd51c914ba3084e0dde2680353464dbbc1fcabfe15a3e4cb29a3e2aa')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"