summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornovenary2021-03-04 15:23:22 +0200
committernovenary2021-03-04 15:23:22 +0200
commit3d02fa35a10eb2c9d7dfd18b2b7e41c0ff2227ff (patch)
tree87ba20746d41c2f711abd92f2340519c6f9fe3f0 /PKGBUILD
parent7ec95ba323bc356a3e56527672da637a48ad27aa (diff)
downloadaur-3d02fa35a10eb2c9d7dfd18b2b7e41c0ff2227ff.tar.gz
Update to 0.21.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7fd69f3fd22..a20cb67103b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=python-soco
-pkgver=0.20
+pkgver=0.21.2
pkgrel=2
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')
makedepends=('python-setuptools')
source=("SoCo-$pkgver.tar.gz::https://github.com/SoCo/SoCo/archive/v$pkgver.tar.gz")
-sha256sums=('7fb1a2603ccbb5d5807762a245c9e24e63da6f4dceff323ccca3226935380631')
+sha256sums=('2aec1c6bf0b3e1bf1ad70c6916a9183645ba51d26f78917d8369269df68167a4')
build() {
cd SoCo-$pkgver