summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-05 18:08:19 +0000
committerBioArchLinuxBot2023-11-05 18:08:19 +0000
commit72224a0088be5439695597f6bdc4d1e799f7fddf (patch)
tree0436840931c9e9eae4a0f02fe09677b19a430439 /PKGBUILD
parentfd0d3a9c22342c9e630bdc453a0d5bf9efdf12b9 (diff)
downloadaur-r-geneaccord.tar.gz
[lilac] updated to 1.15.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba17061e9549..e204dc845747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=GeneAccord
_pkgver=1.15.0
pkgname=r-${_pkgname,,}
pkgver=1.15.0
-pkgrel=1
+pkgrel=3
pkgdesc='Detection of clonally exclusive gene or pathway pairs in a cohort of cancer patients'
arch=('any')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.16/${_pkgname}"
license=('custom')
depends=(
r
@@ -31,7 +31,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.16/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a155431556d6560bc661e71284cd762974d11c9ecff10f9c2fdb059a59c396b6')
build() {