summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:15:58 +0000
committerBioArchLinuxBot2024-05-01 23:15:58 +0000
commit12e731b2e09276427eea870de30cdca2c83e7f30 (patch)
treee77e3a2a75d3bd05c551ca742ee9da3777fe01a2 /PKGBUILD
parent4fb3bda613a95470410ccd345e970838e551f2ed (diff)
downloadaur-r-egad.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5273d1dfc693..68be99b7e904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EGAD
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.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=('a53893dd4859052a7a2124f6a07da5e0961ee2bd35a20511dde1e59a10813b49')
+sha256sums=('f06d0ec2745be97a3fc6095869df5a5e5177ebea0a338be2d968ef5cf1e62e78')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"