summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 13:40:21 +0000
committerBioArchLinuxBot2022-11-03 13:40:21 +0000
commitcecd4b403b21aa10275f1f9caa3adf2d03e36d75 (patch)
tree482ba4c3836a55373e1fc7cf5803a6ba03de1406
parent488cbce68347f0645675aba19ba6e2b6be1b1ba2 (diff)
downloadaur-cecd4b403b21aa10275f1f9caa3adf2d03e36d75.tar.gz
[lilac] updated to 1.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952a5440dc80..515d5b72655c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-sparrow
pkgdesc = Take command of set enrichment analyses through a unified interface
- pkgver = 1.2.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://bioconductor.org/packages/sparrow
arch = any
@@ -48,7 +48,7 @@ pkgbase = r-sparrow
optdepends = r-summarizedexperiment
optdepends = r-testthat
optdepends = r-webshot
- source = https://bioconductor.org/packages/release/bioc/src/contrib/sparrow_1.2.0.tar.gz
- sha256sums = 9cbfa3ca99dc8fe4ae140239365a69784ebc99345f3796774b8949dc94c3552b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/sparrow_1.4.0.tar.gz
+ sha256sums = f42275b6b232db70c2daa0832808a74887fb6a4401c87f342db05c1a05849a11
pkgname = r-sparrow
diff --git a/PKGBUILD b/PKGBUILD
index fc8298b03490..f7199a533427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=sparrow
-_pkgver=1.2.0
+_pkgver=1.4.0
pkgname=r-${_pkgname,,}
-pkgver=1.2.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='Take command of set enrichment analyses through a unified interface'
arch=('any')
@@ -57,7 +57,7 @@ optdepends=(
r-webshot
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9cbfa3ca99dc8fe4ae140239365a69784ebc99345f3796774b8949dc94c3552b')
+sha256sums=('f42275b6b232db70c2daa0832808a74887fb6a4401c87f342db05c1a05849a11')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"