diff options
author | Csonka Mihaly | 2019-05-03 00:09:37 +0200 |
---|---|---|
committer | Csonka Mihaly | 2019-05-03 00:09:37 +0200 |
commit | 1ab2dd77f76c3232564dead9cd1f21761b20750e (patch) | |
tree | c1fb97451d069f902d2996ae0f7767caf0019e82 /PKGBUILD | |
parent | ab2200e60046a09cbca4b07153f7cd49d4767d35 (diff) | |
download | aur-1ab2dd77f76c3232564dead9cd1f21761b20750e.tar.gz |
Fix build commands
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(){ |