summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Elkouby2016-04-19 15:26:43 +0300
committerDan Elkouby2016-04-19 15:26:43 +0300
commitbd057572ef3653b8547a153958ce0008d4c0b54c (patch)
treecfe5492fbcbbe5e6711bcdf0fd3f4782f4ff22cd
parent1a9ffff0cbdd3451a7c757dd406f24fe764dd113 (diff)
downloadaur-bd057572ef3653b8547a153958ce0008d4c0b54c.tar.gz
Add missing makedepend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0492102be1c..da334d4c8a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Jan 14 13:23:19 UTC 2016
+# Tue Apr 19 12:26:23 UTC 2016
pkgbase = python-soco
pkgdesc = A simple Python class that allows you to programmatically control Sonos speakers
pkgver = 0.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SoCo/SoCo
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
depends = python-requests
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 8817991661a9..997a03d8893b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Dan Elkouby <streetwalrus@codewalr.us>
pkgname=python-soco
pkgver=0.11.1
-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"
license=('MIT')
depends=('python' 'python-requests')
+makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/SoCo/SoCo/archive/v$pkgver.tar.gz")
md5sums=('c0ff6775e70cea9cc26a01ad85a120ec')