summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c297a22c7678..a9a26e633d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=CombinePValue
_pkgver=1.0
pkgname=r-${_pkgname,,}
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc='Combine a Vector of Correlated p-values'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -12,7 +12,7 @@ license=('GPL')
depends=(
r
)
-source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6243a2bef3ab0ef4ecd782ab969e2e6ca4d5ca5ad2daad641afa602bbe7f9656')
build() {