summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 18:42:07 +0000
committerBioArchLinuxBot2023-10-25 18:42:07 +0000
commitdc7a78c52d35c048f0a8106c27f4f7230447bfd9 (patch)
treed12df3490748daaf2508c6dbc8dca3b969304ad4 /PKGBUILD
parentadca7c49f40dd7198b70d4aaf8a8a9e9e1a49ec4 (diff)
downloadaur-dc7a78c52d35c048f0a8106c27f4f7230447bfd9.tar.gz
[lilac] updated to 1.76.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 810ed819075b..c2bcf85f8a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MVCClass
-_pkgver=1.74.0
+_pkgver=1.76.0
pkgname=r-${_pkgname,,}
-pkgver=1.74.0
+pkgver=1.76.0
pkgrel=1
pkgdesc='Model-View-Controller (MVC) Classes'
arch=('any')
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('26c36c8a045a65bd1b7a773ff3be11e0520156a92ab41ff408ef70520b1336ef')
+sha256sums=('5d5d37965e01b685cb666a0e487723ed685faebb70862d70e9c62684cdb5d199')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"