summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 12:37:21 +0000
committerBioArchLinuxBot2022-11-03 12:37:21 +0000
commitfc25b801a3098fcaa4fb3f70c4609bb68a3dd3b8 (patch)
tree8552d304e1ea3e0c436f8a0c0f69195eee0a1f28
parent884f91fc62b21481df51ea483e8cac21fc403ee9 (diff)
downloadaur-fc25b801a3098fcaa4fb3f70c4609bb68a3dd3b8.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aed830cb756..2d6d2c7a00e8 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.10.0
+ pkgver = 1.12.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.10.0.tar.gz
- sha256sums = 4fc5d4241edbb6ecb13d7ca675ed3cade2a8e54a88e5f70cb54f00555fcc6dc6
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AlphaBeta_1.12.0.tar.gz
+ sha256sums = abb09ad1d8c2730f538e090672b1561d40f3c7a90cd1ecd7e429d274d0bb0a00
pkgname = r-alphabeta
diff --git a/PKGBUILD b/PKGBUILD
index 2583ba5de909..f8222f5a8bc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AlphaBeta
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.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=('4fc5d4241edbb6ecb13d7ca675ed3cade2a8e54a88e5f70cb54f00555fcc6dc6')
+sha256sums=('abb09ad1d8c2730f538e090672b1561d40f3c7a90cd1ecd7e429d274d0bb0a00')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"