summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 04:49:37 +0000
committerBioArchLinuxBot2023-04-27 04:49:37 +0000
commit16bdfa4f4f16904d96bec65a9564644fdc5ed177 (patch)
tree89f3866064f1c95f0cd5a70e7b64ef77a2432037
parentfc25b801a3098fcaa4fb3f70c4609bb68a3dd3b8 (diff)
downloadaur-16bdfa4f4f16904d96bec65a9564644fdc5ed177.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d6d2c7a00e8..9e2eed608562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-alphabeta
pkgdesc = Computational inference of epimutation rates and spectra from high-throughput DNA methylation data in plants
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/AlphaBeta
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-alphabeta
depends = r-stringr
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/AlphaBeta_1.12.0.tar.gz
- sha256sums = abb09ad1d8c2730f538e090672b1561d40f3c7a90cd1ecd7e429d274d0bb0a00
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AlphaBeta_1.14.0.tar.gz
+ sha256sums = d97201f839921d45fb5deac94221e22e534897bd1684dcbdfc5ff751480b8384
pkgname = r-alphabeta
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}"