summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 00:48:39 +0000
committerBioArchLinuxBot2023-10-26 00:48:39 +0000
commiteec0574467d0f7b7d310b7da825bc3184f849ce3 (patch)
treeaa8f15e5432a22ca4f796417cef47e4073177c17 /PKGBUILD
parent10dc9e0ce148f8fe9504d40e7398ca6d9bd50f13 (diff)
downloadaur-eec0574467d0f7b7d310b7da825bc3184f849ce3.tar.gz
[lilac] updated to 1.44.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fcadc9f1c8d..d72467efe26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hapFabia
-_pkgver=1.42.0
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.44.0
pkgrel=1
pkgdesc='hapFabia: Identification of very short segments of identity by descent (IBD) characterized by rare variants in large sequencing data'
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=(
r-fabia
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('51b0c9db2865467fa3d51baf008e590ea9c210b9e63f00954e6007d12d4cc135')
+sha256sums=('dff5ca95f9804e6e776aa92ee0b8fffa90ccbe5f3c77adfb910c7d11efe2b756')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"