summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 23:47:35 +0000
committerBioArchLinuxBot2024-05-02 23:47:35 +0000
commit00075e1ac5174eef3a05ec987c83e66a450d9da6 (patch)
tree8af2e6096ce8e956a5590d012053f60896a92458 /PKGBUILD
parentae251e831ee1ceb37a7a1244458c108d5555a8ea (diff)
downloadaur-r-ramwas.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80739ba82fe6..605ba8eb7220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ramwas
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Fast Methylome-Wide Association Study Pipeline for Enrichment Platforms'
arch=('x86_64')
@@ -28,7 +28,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4b42c49acc8c02c73d12719aa4eb89dc23ea669e95edcfa80320ca48068d8d5a')
+sha256sums=('3ad94b9a6401144fc378b3423339efa23609f3a4e772107f744d78b93111ee2b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"