summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 04:49:37 +0000
committerBioArchLinuxBot2023-04-27 04:49:37 +0000
commit16bdfa4f4f16904d96bec65a9564644fdc5ed177 (patch)
tree89f3866064f1c95f0cd5a70e7b64ef77a2432037 /PKGBUILD
parentfc25b801a3098fcaa4fb3f70c4609bb68a3dd3b8 (diff)
downloadaur-16bdfa4f4f16904d96bec65a9564644fdc5ed177.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8222f5a8bc0..9fe34fe85428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AlphaBeta
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('abb09ad1d8c2730f538e090672b1561d40f3c7a90cd1ecd7e429d274d0bb0a00')
+sha256sums=('d97201f839921d45fb5deac94221e22e534897bd1684dcbdfc5ff751480b8384')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"