summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2020-03-01 18:23:32 +1100
committerRhinoceros2020-03-01 18:23:32 +1100
commit74924d822255794cf5460b27724807f9bc3ac780 (patch)
tree5ddb8aafe4ec5d59a6b1b9e37f45810f15de7be9 /PKGBUILD
parentae3e8c3c805cf47e30ceffa9ad73ebadaad5379a (diff)
downloadaur-74924d822255794cf5460b27724807f9bc3ac780.tar.gz
Make download unique. https://wiki.archlinux.org/index.php/PKGBUILD#source
* No need for pkgrel bump (package already installed for most users)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d32ad21db40..e981a6cb9802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ optdepends=('vim>=8.0.0: either vim or neovim'
conflicts=('vim-r' 'r-vimcom')
replaces=('vim-r')
install='nvim-r.install'
-source=("https://github.com/jalvesaq/Nvim-R/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jalvesaq/Nvim-R/archive/v${pkgver}.tar.gz")
sha256sums=('62d945111e36d80607ee351864f220925397385e9f6e1736948e2460f843828b')
package() {