summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7885c97f1cc1..85cc3cf34bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=BSgenome.Hsapiens.UCSC.hg38
_pkgver=1.4.5
pkgname=r-${_pkgname,,}
pkgver=1.4.5
-pkgrel=1
+pkgrel=3
pkgdesc='Full genome sequences for Homo sapiens (UCSC version hg38, based on GRCh38.p13)'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -12,6 +12,7 @@ license=('Artistic2.0')
depends=(
r
r-bsgenome
+ r-genomeinfodb
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('b49277e4fd955be76571f187630993b02a459c7c5b69ef62a01a75dd5226e952')