summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorm8D22022-12-23 14:17:56 -0800
committerm8D22022-12-23 14:17:56 -0800
commitd5b6abe6976d0e080d003d5aa4843cb8ac27ed8b (patch)
treec75d06182f95f58a8d21dfc9d1be89d755f50da2 /PKGBUILD
parent9c68114b7a45a681faf5d56f96609b47b428fde7 (diff)
downloadaur-python-soco.tar.gz
0.28.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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