summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCsonka Mihaly2019-05-03 00:09:37 +0200
committerCsonka Mihaly2019-05-03 00:09:37 +0200
commit1ab2dd77f76c3232564dead9cd1f21761b20750e (patch)
treec1fb97451d069f902d2996ae0f7767caf0019e82 /PKGBUILD
parentab2200e60046a09cbca4b07153f7cd49d4767d35 (diff)
downloadaur-1ab2dd77f76c3232564dead9cd1f21761b20750e.tar.gz
Fix build commands
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac61651135b9..1f073bed624c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
depends=('r')
optdepends=('r-testthat')
-source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_pkgtar}")
+source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('c2964321773cb7f98c0fb37cc6d169a6')
build(){