summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:16:41 +0000
committerBioArchLinuxBot2024-05-02 02:16:41 +0000
commitae50ebc8b8182e33eae03ba19a069128b2fe7daa (patch)
tree404e02d1b70f5e801f4941e0d96e686cbfc297e7 /PKGBUILD
parentdbd722cfd7b5b1dcfc40f2ef88c7549019d76459 (diff)
downloadaur-r-ipddb.tar.gz
[lilac] updated to 1.22.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c7a8b759e97..f79f7d9cba72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ipdDb
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='IPD IMGT/HLA and IPD KIR database for Homo sapiens'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5585cff787a7fb7ce37aba97aa052ef074b2723e5176d289e4d2284e2310a096')
+sha256sums=('d88e79226bb2722f812b16f28958bf3f8e59353391a5f3967ed3344ff841f382')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"