summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-26 16:45:54 +0000
committerBioArchLinuxBot2024-04-26 16:45:54 +0000
commit05bf9cd8d6dcfa47b95323a2c058298d3d7238c4 (patch)
tree031c8720213860eddbcfefac1c1db224512a01b3
parentfd1de9cca6aa3d5004beb4c7bad391a48e5e56f4 (diff)
downloadaur-05bf9cd8d6dcfa47b95323a2c058298d3d7238c4.tar.gz
[lilac] updated to 1.2.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 948dd12ab9ed..09d9c574b4b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-biochubsshiny
pkgdesc = View AnnotationHub and ExperimentHub Resources Interactively
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://bioconductor.org/packages/BiocHubsShiny
arch = any
- license = Artistic2.0
+ license = Artistic-2.0
depends = r-annotationhub
depends = r-dt
depends = r-experimenthub
@@ -23,6 +23,6 @@ pkgbase = r-biochubsshiny
optdepends = r-shinytest2
source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocHubsShiny_1.2.0.tar.gz
md5sums = bc7ef9bc6285eb045f191b7c72846d68
- sha256sums = 72cab04c7ce6742eec96fadf32449a05cead64506d949b16d19eedbbb73ee2eb
+ b2sums = c620612fdd40357b51f688148eae7ea11b518a5c8b934fd5dc929063ff966274f5141855e1f868cf87dfb74cda1008ff569099dac0f02ee40fcadaf01cf29aaf
pkgname = r-biochubsshiny
diff --git a/PKGBUILD b/PKGBUILD
index 677fa1ae7e19..69a011d02401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=BiocHubsShiny
_pkgver=1.2.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="View AnnotationHub and ExperimentHub Resources Interactively"
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-dt
@@ -31,11 +31,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('bc7ef9bc6285eb045f191b7c72846d68')
-sha256sums=('72cab04c7ce6742eec96fadf32449a05cead64506d949b16d19eedbbb73ee2eb')
+b2sums=('c620612fdd40357b51f688148eae7ea11b518a5c8b934fd5dc929063ff966274f5141855e1f868cf87dfb74cda1008ff569099dac0f02ee40fcadaf01cf29aaf')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {