summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-26 19:19:35 +0000
committerBioArchLinuxBot2024-04-26 19:19:35 +0000
commit048defeb9a8ce449759064cb4eef77db32dc761a (patch)
treea1a1baecbc0a6ae32f04a1cdac1487cf4423c4c3
parent4068281b9c88837dc31e5e45926f55c0b48bd28b (diff)
downloadaur-048defeb9a8ce449759064cb4eef77db32dc761a.tar.gz
[lilac] updated to 1.6.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb6168c418b..266719bafa80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-panomir
pkgdesc = Detection of miRNAs that regulate interacting groups of pathways
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/PanomiR
arch = any
license = MIT
@@ -25,6 +25,6 @@ pkgbase = r-panomir
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/PanomiR_1.6.0.tar.gz
md5sums = a8f96cdc267551107e69e8cb260a05c0
- sha256sums = 683caee92d63498c49b5edcc84ec95490cd5f42a6b9d846b1113bb174cc57575
+ b2sums = 3d51974f50a8785a4f1abd5fad731fcae3e048aac6da149d2176187ca930bcc4e300de3bc1fcd05b870502ad795328d35857c27ef4e119ee3aa3a36b77676c07
pkgname = r-panomir
diff --git a/PKGBUILD b/PKGBUILD
index cc36cb9e8ca5..cf73aafabd23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=PanomiR
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Detection of miRNAs that regulate interacting groups of pathways"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
-license=(MIT)
+url="https://bioconductor.org/packages/$_pkgname"
+license=('MIT')
depends=(
r-clusterprofiler
r-dplyr
@@ -35,11 +35,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('a8f96cdc267551107e69e8cb260a05c0')
-sha256sums=('683caee92d63498c49b5edcc84ec95490cd5f42a6b9d846b1113bb174cc57575')
+b2sums=('3d51974f50a8785a4f1abd5fad731fcae3e048aac6da149d2176187ca930bcc4e300de3bc1fcd05b870502ad795328d35857c27ef4e119ee3aa3a36b77676c07')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {