summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 01:13:53 +0000
committerBioArchLinuxBot2022-11-03 01:13:53 +0000
commite72dbfcd7359a08134724eea206de814ad072cd1 (patch)
treed879108e9b2923eccb517ff7f2a22dc69a8d74c7
parentcf0313eb624472e4c4bc51b2beac1ecd31203a8d (diff)
downloadaur-e72dbfcd7359a08134724eea206de814ad072cd1.tar.gz
[lilac] updated to 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec7c27a1b3d..6e0248508818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-hapfabia
pkgdesc = hapFabia: Identification of very short segments of identity by descent (IBD) characterized by rare variants in large sequencing data
- pkgver = 1.38.0
+ pkgver = 1.40.0
pkgrel = 1
url = https://bioconductor.org/packages/hapFabia
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = r-hapfabia
depends = r
depends = r-biobase
depends = r-fabia
- source = https://bioconductor.org/packages/release/bioc/src/contrib/hapFabia_1.38.0.tar.gz
- sha256sums = b956945000378fb62366ab358ddad36ec938ee37e37ee5daae0a556f61b8a0d0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/hapFabia_1.40.0.tar.gz
+ sha256sums = 2c2d8aea2cff607880087697b33e34de7674adaf4a7fdccae168f8aa83ca8525
pkgname = r-hapfabia
diff --git a/PKGBUILD b/PKGBUILD
index 3ab9cf2fd482..673d123d793f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hapFabia
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.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=('b956945000378fb62366ab358ddad36ec938ee37e37ee5daae0a556f61b8a0d0')
+sha256sums=('2c2d8aea2cff607880087697b33e34de7674adaf4a7fdccae168f8aa83ca8525')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"