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 24703937c669..bcadfa102d47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=gradDescent
_pkgver=3.0
pkgname=r-${_pkgname,,}
pkgver=3.0
-pkgrel=3
+pkgrel=4
pkgdesc='Gradient Descent for Regression Tasks'
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=('e9acd505aea624c381cfe95839460a2dad4df4f4937007d65c65e2c4a5ddafcb')
build() {