summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 02:42:00 +0000
committerBioArchLinuxBot2023-04-27 02:42:00 +0000
commit49b9ebe444c24b813b493445e5c5783d273df661 (patch)
treebbccb0a0b94f3862c9b5ca22578b5ee7ad2b2174 /PKGBUILD
parentb2afcfbbcfab2f5268a706411250c66136af5520 (diff)
downloadaur-49b9ebe444c24b813b493445e5c5783d273df661.tar.gz
[lilac] updated to 1.26.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 364ba0264b4f..c08b7c1f29f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rDGIdb
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='R Wrapper for DGIdb'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f0e813bd316532c747bff7e5a0237cb6c43e4370fbdaf69c221e0927c249123e')
+sha256sums=('6aced36c71a43c0b0a1f584b37cb4f3875ce7ea7438bf404c363c70cc69959e6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"