summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-15 12:49:57 +0000
committerBioArchLinuxBot2023-12-15 12:49:57 +0000
commit3fb1636d6aeb286c107ae6a999ffd7cb56f9b6b8 (patch)
tree555c02fc69b999571c20aa8545f470e00315c4c7
parent0b0c3d8e65d6ee229f6d186635bd4bcf9aff8149 (diff)
downloadaur-3fb1636d6aeb286c107ae6a999ffd7cb56f9b6b8.tar.gz
[lilac] updated to 1.6.1-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b91bb3ee8b1..ab4673063b70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-granie
- pkgdesc = GRaNIE: Reconstruction cell type specific gene regulatory networks including enhancers using chromatin accessibility and RNA-seq data
+ pkgdesc = Reconstruction cell type specific gene regulatory networks including enhancers using chromatin accessibility and RNA-seq data
pkgver = 1.6.1
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/GRaNIE
arch = any
license = Artistic2.0
@@ -84,6 +84,6 @@ pkgbase = r-granie
optdepends = r-wgcna
source = https://bioconductor.org/packages/release/bioc/src/contrib/GRaNIE_1.6.1.tar.gz
md5sums = d9db703063398ccd263ce6b54def9266
- sha256sums = 681f6cd397a1861871fedcbc84b69e5cfe86db7bb5493bd69d9eb1e2b43d37ed
+ b2sums = 79192e9cb4153a1ebf23e76daa0c9629bcdf36545108587914bf02e624cdd00033ccc7ec998bcdef229a8a9ea7bab3bc7d9806329350f6712d684429016d08cb
pkgname = r-granie
diff --git a/PKGBUILD b/PKGBUILD
index bdaa88eb2943..4d02584170a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=GRaNIE
_pkgver=1.6.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="GRaNIE: Reconstruction cell type specific gene regulatory networks including enhancers using chromatin accessibility and RNA-seq data"
+pkgrel=3
+pkgdesc="Reconstruction cell type specific gene regulatory networks including enhancers using chromatin accessibility and RNA-seq data"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/$_pkgname"
license=(Artistic2.0)
depends=(
r-annotationhub
@@ -92,11 +92,11 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('d9db703063398ccd263ce6b54def9266')
-sha256sums=('681f6cd397a1861871fedcbc84b69e5cfe86db7bb5493bd69d9eb1e2b43d37ed')
+b2sums=('79192e9cb4153a1ebf23e76daa0c9629bcdf36545108587914bf02e624cdd00033ccc7ec998bcdef229a8a9ea7bab3bc7d9806329350f6712d684429016d08cb')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {