summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:27:42 +0000
committerBioArchLinuxBot2024-05-01 22:27:42 +0000
commit78b1a654717a606c86e4799c9e23960308eae641 (patch)
tree6358b2de3c7cf1c2a7e658dcd1779703aea8db17 /PKGBUILD
parent9650649dc8d79529007f76c73d34d163ba3c3f71 (diff)
downloadaur-78b1a654717a606c86e4799c9e23960308eae641.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 1b1743abbcec..9f6dfffc208f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiFET
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Bias-free Footprint Enrichment Test'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('993862728a1d0640d6baabc92167c817c66c7561df96bead2604a74131c5df14')
+sha256sums=('dd6a811893180c852317431ff62aff8883fb023c5e3a9aa8f27f77ae6a201291')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"