summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCsonka Mihaly2019-05-02 20:22:33 +0200
committerCsonka Mihaly2019-05-02 20:22:33 +0200
commitab34d24efef526bfbe204f87ead326a965289145 (patch)
tree58ead7317e42c9fe5b04c01fb90cacadeb62fe9d
parentc8a4d91bfb31581d2341b81c7d8093b2495bea04 (diff)
downloadaur-ab34d24efef526bfbe204f87ead326a965289145.tar.gz
Fix build commands
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4b1a9465b8b..0c207be52fa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,7 +32,7 @@ pkgbase = r-knitr
optdepends = r-dbi
optdepends = r-showtext
optdepends = r-tibble
- source = https://cran.r-project.org/src/contrib/Archive/knitr/knitr_1.22.tar.gz
+ source = https://cran.r-project.org/src/contrib/knitr_1.22.tar.gz
md5sums = da6b7c721871d7b079fb5f279f00fe5b
pkgname = r-knitr
diff --git a/PKGBUILD b/PKGBUILD
index 1e5d91d600d1..fd9468995650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
# Contributor: Kibouo <csonka.mihaly@hotmail.com>
-# Contributor: Kibouo <csonka.mihaly@hotmail.com>
# Contributor: Ward Segers <w@rdsegers.be>
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=knitr
@@ -16,7 +15,7 @@ depends=('r' 'r-evaluate>=0.10' 'r-highr' 'r-markdown' 'r-stringr>=0.6' 'r-yaml'
optdepends=('pandoc' 'r-formatr' 'r-testit' 'r-digest' 'r-rgl' 'r-rmarkdown' 'r-htmlwidgets' 'r-webshot' 'r-tikzdevice' 'r-tinytex' 'r-reticulate' 'r-juliacall' 'r-png' 'r-jpeg' 'r-xml2' 'r-httr' 'r-dbi' 'r-showtext' 'r-tibble')
-source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_pkgtar}")
+source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('da6b7c721871d7b079fb5f279f00fe5b')
build(){