summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSukanka2022-06-07 21:17:43 +0800
committerSukanka2022-06-07 21:17:43 +0800
commitc1ad9ecd13bcb592db904a8a2f8955638561dd9a (patch)
tree836e2573d998d4d2ec362687b70073d96f15edc2 /PKGBUILD
parenteb25097ac8d9b799160ec29d143431484c138bc3 (diff)
downloadaur-r-msgfplus.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 fda6730a840e..c71f2516ffcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ _pkgname=MSGFplus
_pkgver=1.28.0
pkgname=r-${_pkgname,,}
pkgver=1.28.0
-pkgrel=2
+pkgrel=3
pkgdesc='An interface between R and MS-GF+'
arch=('any')
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/3.14/bioc/html/MSGFplus.html"
license=('GPL')
depends=(
r
@@ -20,7 +20,7 @@ optdepends=(
r-knitr
r-testthat
)
-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=('feac6d5fc46a4d111502da37849b3d9990c46eee1d7e841a948fcc9708a818cc')
build() {