summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 21:28:44 +0000
committerBioArchLinuxBot2024-05-01 21:28:44 +0000
commit070db5912632fca6f40b87ff158f435016edce0a (patch)
tree9eba2ced5bb195289381ab33d772c67ad05af2b5 /PKGBUILD
parent256dd7fd9b24483ca93c786ace515538e9d99eff (diff)
downloadaur-r-alphabeta.tar.gz
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3c839508eda..cafaa7c10f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AlphaBeta
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Computational inference of epimutation rates and spectra from high-throughput DNA methylation data in plants'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('783bbcf382dd385a41825ff9488cfe85b8cb1323bde16de69e9202ae7d454a7e')
+sha256sums=('653963c416c14a07efe787376d9fb1e70e24d06904a6cbde45dd1c23b8f352a4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"