summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornovenary2021-03-31 14:32:19 +0300
committernovenary2021-03-31 14:32:19 +0300
commit733eeb7797994c689b9b473c0eadbcc1e54b8386 (patch)
tree939307ff85dd41fdba1a084ff569eaa6f9204e4a /PKGBUILD
parent31524be4e29ff105729f3f39030470cf6d2ef6a9 (diff)
downloadaur-733eeb7797994c689b9b473c0eadbcc1e54b8386.tar.gz
Update to 0.21.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e437d1db4fcf..4eff60a25e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=python-soco
-pkgver=0.21.2
-pkgrel=3
+pkgver=0.21.3
+pkgrel=1
pkgdesc="A simple Python class that allows you to programmatically control Sonos speakers"
arch=('any')
url="https://github.com/SoCo/SoCo"
@@ -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=('2aec1c6bf0b3e1bf1ad70c6916a9183645ba51d26f78917d8369269df68167a4')
+sha256sums=('0e90af53d161460fa559e69c9fa15ad31addfbb7b91233b44348b84c6a6d9e84')
build() {
cd SoCo-$pkgver