summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-21 08:38:43 +0000
committerBioArchLinuxBot2025-04-21 08:38:43 +0000
commit905ed1632301e0516664ef682bcf488298165a58 (patch)
tree389627a661fa149e100b3577e9882b0050012477 /PKGBUILD
parent7f26c7fa1436aa4f7319e01c10a5c0309b4af23a (diff)
downloadaur-r-wpm.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 4e3738fac14b..d31b42844752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=wpm
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Well Plate Maker'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2c479199e6721d34b44ce271af3c9a5831ef184fd54808b1974e72cf2c1e5d45')
+sha256sums=('dea30886c9d741d9557f381546b5ed343e79e326e1ab7aba54bc5d11f17cdcea')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"