summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2020-03-01 19:28:26 +1100
committerRhinoceros2020-03-01 19:28:26 +1100
commite997ba757ff9a373798b38f0536bb27108851c47 (patch)
tree6d9c614406754a3e5cf865f75345e72bacdd81fd /PKGBUILD
parent0ddcedcba40adcb81d82366df352373b41e1890d (diff)
downloadaur-e997ba757ff9a373798b38f0536bb27108851c47.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 4430a236ca6a..7fca98ea3cc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/rhysd/vim-grammarous'
license=('MIT')
groups=('vim-plugins')
depends=('vim' 'vim-vital' 'java-runtime=8' 'languagetool')
-source=(https://github.com/rhysd/vim-grammarous/archive/master.zip)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhysd/vim-grammarous/archive/master.zip")
sha256sums=('02dd5faac6c651f57fd0e2229c69a6dd6dfd10cf0a73571908faf1088b905ad8')
package () {