summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 07:06:41 +0000
committerBioArchLinuxBot2023-10-26 07:06:41 +0000
commit4fb3bda613a95470410ccd345e970838e551f2ed (patch)
treea30eee987b382ca6509584cae24018b84d7ae099 /PKGBUILD
parent1eb17905f03b97b38ccd35ddb182478b805b0555 (diff)
downloadaur-4fb3bda613a95470410ccd345e970838e551f2ed.tar.gz
[lilac] updated to 1.30.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 596b32b22bf1..5273d1dfc693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EGAD
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Extending guilt by association by degree'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5854fbd12c17d210ba2abf62c6c76721454a5ae35026bd421a4fbe3e62f28de0')
+sha256sums=('a53893dd4859052a7a2124f6a07da5e0961ee2bd35a20511dde1e59a10813b49')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"