summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 18:48:09 +0000
committerBioArchLinuxBot2024-05-01 18:48:09 +0000
commite6fa3c589d682def9bdc9098a7ddf6c7850420f1 (patch)
tree54f672f6a9456e549aede30a346fa9de83bdded2 /PKGBUILD
parent2e79ce97fdc6e9e53d91bd7dac4f4d0dcd787494 (diff)
downloadaur-r-biomvcclass.tar.gz
[lilac] updated to 1.72.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74c76df96d0f..98f8bfd03bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BioMVCClass
-_pkgver=1.70.0
+_pkgver=1.72.0
pkgname=r-${_pkgname,,}
-pkgver=1.70.0
+pkgver=1.72.0
pkgrel=1
pkgdesc='Model-View-Controller (MVC) Classes That Use Biobase'
arch=('any')
@@ -17,7 +17,7 @@ depends=(
r-rgraphviz
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ddf12f5b1c2bc2d16833be0257d98e407b5fed5d0b58bb1b685ce1587cd89311')
+sha256sums=('6276c545591e1a901cd89ca044204e8814907163a42d1d04ffd7303ba69ecd35')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"