summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2020-03-01 18:18:58 +1100
committerRhinoceros2020-03-01 18:18:58 +1100
commit8192512b777f5abcfdc6b34933ba2b06311de214 (patch)
tree82b89a44318870163be50488a74f95184db8a68f /PKGBUILD
parentabc1d6f7708782f9d02607b97a8ecc7c9b4db29c (diff)
downloadaur-8192512b777f5abcfdc6b34933ba2b06311de214.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 19685a56dfa6..6bbfe9119d07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
arch=('any')
depends=('python2>=2.7.0' 'ffmpeg' 'hicolor-icon-theme' 'pygtk' 'gnome-icon-theme')
makedepends=('python2-distribute')
-source=("https://github.com/pculture/${pkgname//-/}3/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pculture/${pkgname//-/}3/archive/v$pkgver.tar.gz")
sha256sums=('3c564cf88e6264f206b9c0cef136809805412f92e536b5407f5d64c1c4dd9970')
package() {