summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornovenary2021-07-10 13:02:06 +0300
committernovenary2021-07-10 13:02:20 +0300
commit16f4ac5cc94ca1c964741c2e1897fb02ceaa8b11 (patch)
tree434e527ab85bcfdce1e242f22a9a2cc0d013769d /PKGBUILD
parent733eeb7797994c689b9b473c0eadbcc1e54b8386 (diff)
downloadaur-16f4ac5cc94ca1c964741c2e1897fb02ceaa8b11.tar.gz
Update to 0.22.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4eff60a25e5f..ad4be261126b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Dan Elkouby <streetwalrus@codewalr.us>
+# Maintainer: novenary <streetwalkermc@gmail.com>
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=python-soco
-pkgver=0.21.3
+pkgver=0.22.6
pkgrel=1
pkgdesc="A simple Python class that allows you to programmatically control Sonos speakers"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-requests' 'python-xmltodict' 'python-ifaddr')
makedepends=('python-setuptools')
source=("SoCo-$pkgver.tar.gz::https://github.com/SoCo/SoCo/archive/v$pkgver.tar.gz")
-sha256sums=('0e90af53d161460fa559e69c9fa15ad31addfbb7b91233b44348b84c6a6d9e84')
+sha256sums=('a01b7d55b17837f365e35647a1ec3313bfb03953d663958a6d1038d2cc678656')
build() {
cd SoCo-$pkgver