summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 06:35:12 +0000
committerBioArchLinuxBot2022-11-04 06:35:12 +0000
commit2e8c5d6952fe0b6caeab23717e1e2776e57b4846 (patch)
treea244c906dc71be55eab0e072bf9eee26427625c6 /PKGBUILD
parentad9b3856f0eaad0a727fb2c2ac6181f1a8909b17 (diff)
downloadaur-r-diffloop.tar.gz
[lilac] updated to 1.24.0-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44f429cf8b1d..fd2709d2331c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=diffloop
_pkgver=1.24.0
pkgname=r-${_pkgname,,}
pkgver=1.24.0
-pkgrel=1
+pkgrel=4
pkgdesc='Identifying differential DNA loops from chromatin topology data'
arch=('any')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.15/${_pkgname}"
license=('MIT')
depends=(
r
@@ -41,7 +41,7 @@ optdepends=(
r-rmarkdown
r-testthat
)
-source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://bioconductor.org/packages/3.15/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2f48de52b10b9b59bf31ca50f189939c3c155e14a852d1cb39fc77047c7a126c')
build() {