summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 00:43:42 +0000
committerBioArchLinuxBot2022-11-04 00:43:42 +0000
commit0a7507f25907fdb62000924677ea6ffead623877 (patch)
treeab671e4d8dfe46feac8e4518abb2c88df02d9b7f /PKGBUILD
parentc3f9cad2a8059d6af534ba029398b496b7d1dbdb (diff)
downloadaur-0a7507f25907fdb62000924677ea6ffead623877.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 afaf27700a78..43ed0b23d734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=seq2pathway.data
-_pkgver=1.29.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.29.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='data set for R package seq2pathway'
arch=('any')
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('07713271ee5034c0faa8c7b68689b979a4786a12be1188c3e763ee69f612a67e')
+sha256sums=('c23d47b10a21f000aea47d3a6def059a9fc0b5674f0624cf3d73d709ee880e15')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"