summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 00:43:42 +0000
committerBioArchLinuxBot2022-11-04 00:43:42 +0000
commit0a7507f25907fdb62000924677ea6ffead623877 (patch)
treeab671e4d8dfe46feac8e4518abb2c88df02d9b7f
parentc3f9cad2a8059d6af534ba029398b496b7d1dbdb (diff)
downloadaur-0a7507f25907fdb62000924677ea6ffead623877.tar.gz
[lilac] updated to 1.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8198f4620f..71f9be39d47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = r-seq2pathway.data
pkgdesc = data set for R package seq2pathway
- pkgver = 1.29.0
+ pkgver = 1.30.0
pkgrel = 1
url = https://bioconductor.org/packages/seq2pathway.data
arch = any
license = GPL
depends = r
- source = https://bioconductor.org/packages/release/data/experiment/src/contrib/seq2pathway.data_1.29.0.tar.gz
- sha256sums = 07713271ee5034c0faa8c7b68689b979a4786a12be1188c3e763ee69f612a67e
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/seq2pathway.data_1.30.0.tar.gz
+ sha256sums = c23d47b10a21f000aea47d3a6def059a9fc0b5674f0624cf3d73d709ee880e15
pkgname = r-seq2pathway.data
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}"