summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de76b43236b9..4918dba20a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-soco
- pkgdesc = A simple Python class that allows you to programmatically control Sonos speakers
- pkgver = 0.26.0
+ pkgdesc = A Python library that allows you to control Sonos speakers programmatically
+ pkgver = 0.28.1
pkgrel = 1
url = https://github.com/SoCo/SoCo
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-soco
depends = python-requests
depends = python-xmltodict
depends = python-ifaddr
- source = SoCo-0.26.0.tar.gz::https://github.com/SoCo/SoCo/archive/v0.26.0.tar.gz
- sha256sums = 754e23c1cbaa1ab6bac3198a2952af31a27695dabb778c7d1c29c71c430c5f54
+ source = SoCo-0.28.1.tar.gz::https://github.com/SoCo/SoCo/archive/v0.28.1.tar.gz
+ sha256sums = 012d60b19aeeef87cb2f016c3c08979ef509ac37795f8327b80fcf2078b21f39
pkgname = python-soco
diff --git a/PKGBUILD b/PKGBUILD
index 2dea86ce77d2..8303ca6fb81a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: novenary <streetwalkermc@gmail.com>
-# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
+# Maintainer: m8D2 <omui (at) proton mail (dot) com>
+# Contributor: novenary <streetwalkermc@gmail.com>
+# Contributor: Daniel M. Capella <polyzen@archlinux.org>
pkgname=python-soco
-pkgver=0.26.0
+pkgver=0.28.1
pkgrel=1
-pkgdesc="A simple Python class that allows you to programmatically control Sonos speakers"
+pkgdesc="A Python library that allows you to control Sonos speakers programmatically"
arch=('any')
url="https://github.com/SoCo/SoCo"
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=('754e23c1cbaa1ab6bac3198a2952af31a27695dabb778c7d1c29c71c430c5f54')
+sha256sums=('012d60b19aeeef87cb2f016c3c08979ef509ac37795f8327b80fcf2078b21f39')
build() {
cd SoCo-$pkgver