summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCsonka Mihaly2019-05-03 00:09:37 +0200
committerCsonka Mihaly2019-05-03 00:09:37 +0200
commit1ab2dd77f76c3232564dead9cd1f21761b20750e (patch)
treec1fb97451d069f902d2996ae0f7767caf0019e82
parentab2200e60046a09cbca4b07153f7cd49d4767d35 (diff)
downloadaur-1ab2dd77f76c3232564dead9cd1f21761b20750e.tar.gz
Fix build commands
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d54d84a0e44..7a437da25146 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = r-unix
license = MIT
depends = r
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/Archive/unix/unix_1.5.tar.gz
+ source = https://cran.r-project.org/src/contrib/unix_1.5.tar.gz
md5sums = c2964321773cb7f98c0fb37cc6d169a6
pkgname = r-unix
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(){