summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSukanka2022-06-07 21:19:17 +0800
committerSukanka2022-06-07 21:19:17 +0800
commit1a821bae6404f39203a642002fa6bae760434fa7 (patch)
tree2dbe3cc7d885c6c2c701106d94fdd9e2680fd7af /PKGBUILD
parentbae2fbcbc874ffb58ea130160c3c0929e7c1fe85 (diff)
downloadaur-r-predictionet.tar.gz
fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 990abc33357a..9dce19a2fb73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=predictionet
_pkgver=1.40.0
pkgname=r-${_pkgname,,}
pkgver=1.40.0
-pkgrel=3
+pkgrel=4
pkgdesc='Inference for predictive networks designed for (but not limited to) genomic data'
arch=('x86_64')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.14/bioc/html/predictionet.html"
license=('Artistic2.0')
depends=(
r
@@ -21,7 +21,7 @@ optdepends=(
r-minet
r-network
)
-source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://bioconductor.org/packages/3.14/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('f0e5e55bc1851924820f5733e161e3c0cef35b1e22e90545af4953eb18856fb8')
build() {