summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-15 13:00:12 +0000
committerBioArchLinuxBot2023-12-15 13:00:12 +0000
commit7741c853c7bebfa0b10b0a4a4012d64bfa8bcc4e (patch)
tree4ede9441260574b7714376e1d109821572c054ab
parent9842739a462e97481c4b510e8c58bbdf8ac662b0 (diff)
downloadaur-7741c853c7bebfa0b10b0a4a4012d64bfa8bcc4e.tar.gz
[lilac] updated to 1.0.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d498207e3411..299dcb957967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-micsqtl
- pkgdesc = MICSQTL (Multi-omic deconvolution, Integration and Cell-type-specific Quantitative Trait Loci)
+ pkgdesc = Multi-omic deconvolution, Integration and Cell-type-specific Quantitative Trait Loci
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/MICSQTL
arch = any
license = GPL3
@@ -25,6 +25,6 @@ pkgbase = r-micsqtl
optdepends = r-testthat
source = https://bioconductor.org/packages/release/bioc/src/contrib/MICSQTL_1.0.0.tar.gz
md5sums = ec49e08df014da6955d2b6ab7dc77d3b
- sha256sums = eff898a4768e67af1bc6b1cb6664cf24675f7ba1acbbb8fddc920507370ce1e0
+ b2sums = 7d7d888e1233711591ce8f57c8f230539b3542a7de78330f0e669f8ffb923f10a264c649fca1e77b9017d4f3f1927d684db4c67a19189a6b2bed64656d56bb44
pkgname = r-micsqtl
diff --git a/PKGBUILD b/PKGBUILD
index 1c70ba43155e..fd3de04ffb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=MICSQTL
_pkgver=1.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="MICSQTL (Multi-omic deconvolution, Integration and Cell-type-specific Quantitative Trait Loci)"
+pkgrel=3
+pkgdesc="Multi-omic deconvolution, Integration and Cell-type-specific Quantitative Trait Loci"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/$_pkgname"
license=(GPL3)
depends=(
r-biocparallel
@@ -35,11 +35,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('ec49e08df014da6955d2b6ab7dc77d3b')
-sha256sums=('eff898a4768e67af1bc6b1cb6664cf24675f7ba1acbbb8fddc920507370ce1e0')
+b2sums=('7d7d888e1233711591ce8f57c8f230539b3542a7de78330f0e669f8ffb923f10a264c649fca1e77b9017d4f3f1927d684db4c67a19189a6b2bed64656d56bb44')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {