summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-09 00:05:43 +0000
committerBioArchLinuxBot2024-03-09 00:05:43 +0000
commit7a3ad3ef9a8f921ea050cb3acc5ddbc334030c57 (patch)
tree1b7d53590885df581e84abf1b77d2a5070bf2db3 /PKGBUILD
parent4e79c75ed2f1164dc6b670e24002723d6204d9fe (diff)
downloadaur-7a3ad3ef9a8f921ea050cb3acc5ddbc334030c57.tar.gz
[lilac] updated to 1.22.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f821a4a26fa..155adc804259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=drawProteins
-_pkgver=1.22.0
+_pkgver=1.22.2
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.22.2
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=('123268d6fdf0dd0a6a767f6150b09991dc10f1482d9b9e269c9dbaf267039527')
+sha256sums=('7112a4924a43d9a0bb27ace07566dfbb97b30c44784d3553f3157e9d489088d5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"