summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:22:22 +0000
committerBioArchLinuxBot2024-05-01 20:22:22 +0000
commit6dd8849ec8b835d810d6296f148e160856b63b43 (patch)
treea2b5f04760cb912643768b99af970f389a4895d3 /PKGBUILD
parent7a3ad3ef9a8f921ea050cb3acc5ddbc334030c57 (diff)
downloadaur-r-drawproteins.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"