summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 01:35:31 +0000
committerBioArchLinuxBot2022-11-03 01:35:31 +0000
commit9a56976da3c275f7aef2fcc6452fff6e7d49ca23 (patch)
tree5f1b76c2bebcc13935bffb1ed70a678709ef6d26 /PKGBUILD
parent92e6e31c6de2567c3f46079bddfd3cd6e6c648ec (diff)
downloadaur-9a56976da3c275f7aef2fcc6452fff6e7d49ca23.tar.gz
[lilac] updated to 1.74.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a64c0d5a3e2..c5a74f0e334f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=makecdfenv
-_pkgver=1.72.0
+_pkgver=1.74.0
pkgname=r-${_pkgname,,}
-pkgver=1.72.0
+pkgver=1.74.0
pkgrel=1
pkgdesc='CDF Environment Maker'
arch=('x86_64')
@@ -17,7 +17,7 @@ depends=(
r-zlibbioc
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('33ea67c4a1e7a6cced78c3d6ae36b37a69ecdaa42e22af3e641e6be55766980e')
+sha256sums=('45f8276e6007d16adf03ff5ff43dd4a8a1b4ea47e8a01fd483563a6f5e2b722f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"