summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-11-29 00:05:43 +0100
committerBaptiste Jonglez2016-11-29 00:19:40 +0100
commitd5b04dbf92fe9ae8db3e0fc1cf41bf39a38a136b (patch)
treefe0a60f56421cd0097f857c35d049c5e84e57cd6 /PKGBUILD
parentf0053e141f75617918995a41382756167e212d34 (diff)
downloadaur-d5b04dbf92fe9ae8db3e0fc1cf41bf39a38a136b.tar.gz
bdsync: Store downloaded tarball with a more detailed name to avoid collisions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db4ebc3850c0..edd6bd8c4105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("i686" "x86_64")
url="http://bdsync.rolf-fokkens.nl/"
license=('GPL')
depends=("openssl" "zlib")
-source=("https://github.com/TargetHolding/$pkgname/archive/$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TargetHolding/$pkgname/archive/$pkgver.tar.gz")
md5sums=('2c0139a71e0ee1cf0413afaab5c33263')
build() {