summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:55:14 +0000
committerBioArchLinuxBot2023-10-26 05:55:14 +0000
commit9c47b92e2a33eaace06486b911685b5b7b0197da (patch)
tree1a19fcd239ff21d9bf11175a6139ee58ad1086fe /PKGBUILD
parent75f9070299c9de781fe642c5d67cbc0cbcc941fa (diff)
downloadaur-9c47b92e2a33eaace06486b911685b5b7b0197da.tar.gz
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a334d6b6a8a3..934816b93813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=psygenet2r
-_pkgver=1.32.2
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.2
+pkgver=1.34.0
pkgrel=1
pkgdesc='psygenet2r - An R package for querying PsyGeNET and to perform comorbidity studies in psychiatric disorders'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8c92ea1c38b3571e875e5b4b94367c8bed83656ee1f177639ce9456c6b4ff91c')
+sha256sums=('ce2508caecd8baf4d84f89f600f875918d1af12a683a6dac386c51aceca3b22a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"