summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 02:03:16 +0000
committerBioArchLinuxBot2022-11-03 02:03:16 +0000
commit57a32192844335258a28ac1531a51941db4cab8d (patch)
tree34f183cc6139ca529681ade48935bdab9e2e7a32 /PKGBUILD
parentd7fd8e5da66379cd18f6e720b659c0319364b35e (diff)
downloadaur-57a32192844335258a28ac1531a51941db4cab8d.tar.gz
[lilac] updated to 1.36.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23c070dbd923..530c90cf3117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=plethy
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='R framework for exploration and analysis of respirometry data'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8228060a7e263a7d19cfab2d32402b8c53066e11aac29271ff8280f5630c43d2')
+sha256sums=('f9b7d06badae7bfee7ee56efd7f7da2f5d78c12eadf9e8ccdf90a0960d4f2225')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"