summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCsonka Mihaly2019-05-03 00:44:11 +0200
committerCsonka Mihaly2019-05-03 00:44:11 +0200
commit38d24f2ef130c5cf41b8302da7810df08227b5a1 (patch)
tree07325541f7aa666fe764ab8350598ad61e239573
parent18320e4c01246425a192272c0a7575af8226a2fe (diff)
downloadaur-38d24f2ef130c5cf41b8302da7810df08227b5a1.tar.gz
Fix build commands
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08fb14eae9fc..d4def299967a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = r-yaml
license = BSD
depends = r
optdepends = r-runit
- source = https://cran.r-project.org/src/contrib/Archive//
+ source = https://cran.r-project.org/src/contrib/devtools_2.2.0.tar.gz
md5sums = 245c28af4248974a445e8a79b7ea2f0f
pkgname = r-yaml
diff --git a/PKGBUILD b/PKGBUILD
index c83ee80e05c4..141af428eb10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
# Contributor: Kibouo <csonka.mihaly@hotmail.com>
# Contributor: Alex Branham <branham@utexas.edu>
+_cranname=devtools
_cranver=2.2.0
+_pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-yaml
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,7 +12,7 @@ url='https://cran.r-project.org/package=yaml'
license=('BSD')
depends=('r' )
optdepends=('r-runit')
-source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_pkgtar}")
+source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('245c28af4248974a445e8a79b7ea2f0f')
build(){