summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-11-29 00:05:43 +0100
committerBaptiste Jonglez2016-11-29 00:19:40 +0100
commitd5b04dbf92fe9ae8db3e0fc1cf41bf39a38a136b (patch)
treefe0a60f56421cd0097f857c35d049c5e84e57cd6
parentf0053e141f75617918995a41382756167e212d34 (diff)
downloadaur-d5b04dbf92fe9ae8db3e0fc1cf41bf39a38a136b.tar.gz
bdsync: Store downloaded tarball with a more detailed name to avoid collisions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a4a58aaa9da..a56029193e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Nov 28 23:05:43 UTC 2016
pkgbase = bdsync
pkgdesc = Fast block device synchronizing tool
pkgver = 0.8
@@ -8,7 +10,7 @@ pkgbase = bdsync
license = GPL
depends = openssl
depends = zlib
- source = https://github.com/TargetHolding/bdsync/archive/0.8.tar.gz
+ source = bdsync-0.8.tar.gz::https://github.com/TargetHolding/bdsync/archive/0.8.tar.gz
md5sums = 2c0139a71e0ee1cf0413afaab5c33263
pkgname = bdsync
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() {