summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2018-04-06 16:18:40 +0300
committerDan Elkouby2018-04-06 16:18:40 +0300
commit75ed9049615a43b0d79ba8b113e5ded5bd02bee4 (patch)
treee1a60e1ce1d66f49bed0cb67d29defa1f281bbe5
parentf61cfdb26e950f70f7b20c8acb9ae5e48f86df46 (diff)
downloadaur-75ed9049615a43b0d79ba8b113e5ded5bd02bee4.tar.gz
Give the source a unique name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76133f3ac1e9..87fad52022aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-soco
pkgdesc = A simple Python class that allows you to programmatically control Sonos speakers
pkgver = 0.14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SoCo/SoCo
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-soco
depends = python-requests
depends = python-xmltodict
options = !emptydirs
- source = https://github.com/SoCo/SoCo/archive/v0.14.tar.gz
+ source = SoCo-0.14.tar.gz::https://github.com/SoCo/SoCo/archive/v0.14.tar.gz
md5sums = 79aa50653e9f1bc334026b63767f37af
pkgname = python-soco
diff --git a/PKGBUILD b/PKGBUILD
index accb3b2188ba..7d01a93bc499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dan Elkouby <streetwalrus@codewalr.us>
pkgname=python-soco
pkgver=0.14
-pkgrel=1
+pkgrel=2
pkgdesc="A simple Python class that allows you to programmatically control Sonos speakers"
arch=('any')
url="https://github.com/SoCo/SoCo"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python' 'python-requests' 'python-xmltodict')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("https://github.com/SoCo/SoCo/archive/v$pkgver.tar.gz")
+source=("SoCo-$pkgver.tar.gz::https://github.com/SoCo/SoCo/archive/v$pkgver.tar.gz")
md5sums=('79aa50653e9f1bc334026b63767f37af')
package() {