summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2020-03-01 19:30:31 +1100
committerRhinoceros2020-03-01 19:30:31 +1100
commite592b70e70bc7664c6988d8d71ea57df407726ae (patch)
treebd351b5d249e75c1ee98ee7a6c271706d790d32b
parentd97f379b47cb616a3dc516a19648c9de5923a112 (diff)
downloadaur-e592b70e70bc7664c6988d8d71ea57df407726ae.tar.gz
Make download unique. https://wiki.archlinux.org/index.php/PKGBUILD#source
* No need for pkgrel bump (package already installed for most users)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad1ee51e1c2..e7a30ae30c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = vim-vimwiki
groups = vim-plugins
license = MIT
depends = vim
- source = https://github.com/vimwiki/vimwiki/archive/v2.4.1.tar.gz
+ source = vim-vimwiki-2.4.1.tar.gz::https://github.com/vimwiki/vimwiki/archive/v2.4.1.tar.gz
sha256sums = ccae0b8865bd3aea5f0834e888af294c654238f1d472390c1606f0588f01213a
pkgname = vim-vimwiki
diff --git a/PKGBUILD b/PKGBUILD
index 8c61a77ce773..28b27a066321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/vimwiki/vimwiki'
license=('MIT')
groups=('vim-plugins')
depends=('vim')
-source=("https://github.com/vimwiki/vimwiki/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vimwiki/vimwiki/archive/v${pkgver}.tar.gz")
sha256sums=('ccae0b8865bd3aea5f0834e888af294c654238f1d472390c1606f0588f01213a')
package () {