summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 23:57:08 +0000
committerBioArchLinuxBot2024-04-25 23:57:08 +0000
commit270c908ce8efc914862998e16c0d65ec1de3f11e (patch)
tree1f3e044724dc866ee5247488689fc115bb4e5ce2
parent725fac5d63a019724e82e2864b0ef067175324cd (diff)
downloadaur-270c908ce8efc914862998e16c0d65ec1de3f11e.tar.gz
[lilac] updated to 1.4.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7a6c93df3b0..b612471ede8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-panviz
pkgdesc = Integrating Multi-Omic Network Data With Summay-Level GWAS Data
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/PanViz
arch = any
- license = Artistic2.0
+ license = Artistic-2.0
checkdepends = r-testthat
depends = r-colorspace
depends = r-data.table
@@ -26,6 +26,6 @@ pkgbase = r-panviz
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/PanViz_1.4.0.tar.gz
md5sums = 5d5ced4ee7d68f57367aed30633f29e0
- sha256sums = a05161ea6299e1426430c604c4e6ce050aa4b528b8d32c32f5fe43d8522b52a5
+ b2sums = 4ba8baaeebaef37d8846e76d4c91652d96b992976e43d80f5785f5e3f12968152c8768ec2746280e6770640f0d36539c4198b32c75724be40cf3416b3cc2e3fb
pkgname = r-panviz
diff --git a/PKGBUILD b/PKGBUILD
index 6a9270b3233e..0aa848358e4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=PanViz
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Integrating Multi-Omic Network Data With Summay-Level GWAS Data"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(Artistic2.0)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('Artistic-2.0')
depends=(
r-colorspace
r-data.table
@@ -36,11 +36,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('5d5ced4ee7d68f57367aed30633f29e0')
-sha256sums=('a05161ea6299e1426430c604c4e6ce050aa4b528b8d32c32f5fe43d8522b52a5')
+b2sums=('4ba8baaeebaef37d8846e76d4c91652d96b992976e43d80f5785f5e3f12968152c8768ec2746280e6770640f0d36539c4198b32c75724be40cf3416b3cc2e3fb')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {