summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2019-09-21 10:27:19 +0200
committerMichael Straube2019-09-21 10:27:19 +0200
commit2410b85ea1319ad0710b498b3143b103ade8f5ee (patch)
tree3e9cf9cc5131167289b3682b45635d9f04694371
parentb0d91344e53cfcdf6509008b3edb657336dcaa41 (diff)
downloadaur-2410b85ea1319ad0710b498b3143b103ade8f5ee.tar.gz
Unique tarball name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1a0b46346ba..c147997f2bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = dbus-cxx
depends = libsigc++
depends = popt
depends = glibmm
- source = https://github.com/dbus-cxx/dbus-cxx/archive/0.11.0.tar.gz
+ source = dbus-cxx-0.11.0.tar.gz::https://github.com/dbus-cxx/dbus-cxx/archive/0.11.0.tar.gz
sha256sums = 17aad1f785d42fb5602a90d34dbcc33de2ae3b636a03ccd4e5221d9fa1a7b8d8
pkgname = dbus-cxx
diff --git a/PKGBUILD b/PKGBUILD
index a74669696f8e..b771eedf2783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
depends=('dbus' 'libsigc++' 'popt' 'glibmm')
makedepends=('cmake')
-source=("https://github.com/$pkgname/dbus-cxx/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('17aad1f785d42fb5602a90d34dbcc33de2ae3b636a03ccd4e5221d9fa1a7b8d8')
prepare() {