summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-04 01:24:39 +0000
committerBioArchLinuxBot2024-05-04 01:24:39 +0000
commit31aa43420baf5ea0c01bb02b75479511054ee89c (patch)
tree02856c229c2df1e58223ed4a5094295ed7271df2
parent847b3aa8a71bfe0db0f61d42a278e0205fd2ac3a (diff)
downloadaur-r-iseehub.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fcdf46e03b4..2991d4817dc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-iseehub
pkgdesc = iSEE for the Bioconductor ExperimentHub
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/iSEEhub
arch = any
- license = Artistic2.0
+ license = Artistic-2.0
checkdepends = r-nullrangesdata
checkdepends = r-testthat
depends = r-annotationhub
@@ -27,8 +27,8 @@ pkgbase = r-iseehub
optdepends = r-rmarkdown
optdepends = r-sessioninfo
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/iSEEhub_1.4.0.tar.gz
- md5sums = 6ebb32da66242f608b83522fca1d9a62
- sha256sums = fcdfb6869261ce9571414904286a4b46f4a0be6df3770c75d7a22dd9d84e0899
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/iSEEhub_1.6.0.tar.gz
+ md5sums = 1cbbed99cbea544913346ac52afcd594
+ b2sums = a0b4b990c6ab742aef986e3508363983c3376234048cf63c00bb757bb1340b293aa93920a15a04a6b97a16d41f428f1e36001e1e8b249fcd3ce69af98ed800b0
pkgname = r-iseehub
diff --git a/PKGBUILD b/PKGBUILD
index 4772e25876e6..a4076f864ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=iSEEhub
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="iSEE for the Bioconductor ExperimentHub"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(Artistic2.0)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('Artistic-2.0')
depends=(
r-annotationhub
r-biocmanager
@@ -38,12 +38,12 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('6ebb32da66242f608b83522fca1d9a62')
-sha256sums=('fcdfb6869261ce9571414904286a4b46f4a0be6df3770c75d7a22dd9d84e0899')
+md5sums=('1cbbed99cbea544913346ac52afcd594')
+b2sums=('a0b4b990c6ab742aef986e3508363983c3376234048cf63c00bb757bb1340b293aa93920a15a04a6b97a16d41f428f1e36001e1e8b249fcd3ce69af98ed800b0')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {