diff options
author | BioArchLinuxBot | 2023-04-27 01:13:52 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 01:13:52 +0000 |
commit | adca7c49f40dd7198b70d4aaf8a8a9e9e1a49ec4 (patch) | |
tree | a879d2885048af8fc9627e1845c588b450f3d06e | |
parent | 580c2556b59f7bccd439945fc0c80adce13c2b0b (diff) | |
download | aur-adca7c49f40dd7198b70d4aaf8a8a9e9e1a49ec4.tar.gz |
[lilac] updated to 1.74.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ pkgbase = r-mvcclass pkgdesc = Model-View-Controller (MVC) Classes - pkgver = 1.72.0 + pkgver = 1.74.0 pkgrel = 1 url = https://bioconductor.org/packages/MVCClass arch = any license = LGPL depends = r - source = https://bioconductor.org/packages/release/bioc/src/contrib/MVCClass_1.72.0.tar.gz - sha256sums = f82fefe284676ab8a921ffb387891d92b15b292f6979f4424f0e94b94f3debfb + source = https://bioconductor.org/packages/release/bioc/src/contrib/MVCClass_1.74.0.tar.gz + sha256sums = 26c36c8a045a65bd1b7a773ff3be11e0520156a92ab41ff408ef70520b1336ef pkgname = r-mvcclass @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=MVCClass -_pkgver=1.72.0 +_pkgver=1.74.0 pkgname=r-${_pkgname,,} -pkgver=1.72.0 +pkgver=1.74.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=('f82fefe284676ab8a921ffb387891d92b15b292f6979f4424f0e94b94f3debfb') +sha256sums=('26c36c8a045a65bd1b7a773ff3be11e0520156a92ab41ff408ef70520b1336ef') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |