summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Elkouby2017-01-09 15:46:05 +0200
committerDan Elkouby2017-01-09 15:46:05 +0200
commitb3ca3eabf88aac6117a985142cf90c2daf9a6b7a (patch)
tree67b34c46e889e247e838174a065bbfdb223476db /PKGBUILD
parentbd057572ef3653b8547a153958ce0008d4c0b54c (diff)
downloadaur-b3ca3eabf88aac6117a985142cf90c2daf9a6b7a.tar.gz
upgpkg: soco 0.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 997a03d8893b..161be1feff09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dan Elkouby <streetwalrus@codewalr.us>
pkgname=python-soco
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.12
+pkgrel=1
pkgdesc="A simple Python class that allows you to programmatically control Sonos speakers"
arch=('any')
url="https://github.com/SoCo/SoCo"
@@ -10,7 +10,7 @@ depends=('python' 'python-requests')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/SoCo/SoCo/archive/v$pkgver.tar.gz")
-md5sums=('c0ff6775e70cea9cc26a01ad85a120ec')
+md5sums=('01f3eede37e1e9fb267f076994514cbe')
package() {
cd "$srcdir/SoCo-$pkgver"