summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-11 14:45:58 -0600
committerMark Wagie2021-05-11 14:45:58 -0600
commit5fdb5c7c24a6fc652ad97377ed623f9e7407133b (patch)
treef59d8fe15ffd3e1de0a013de25fb466a1a9cea07
parentf8ecb6f3a58534bf716ed486adfcb3ead9a0edf6 (diff)
downloadaur-5fdb5c7c24a6fc652ad97377ed623f9e7407133b.tar.gz
21.5.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de3a784f5c0b..0aeb53dd3d5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pulsectl
pkgdesc = Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
- pkgver = 21.5.0
+ pkgver = 21.5.6
pkgrel = 1
epoch = 1
url = https://github.com/mk-fg/python-pulse-control
@@ -11,8 +11,8 @@ pkgbase = python-pulsectl
depends = libpulse
conflicts = python-pulse-control
replaces = python-pulse-control
- source = https://pypi.org/packages/source/p/pulsectl/pulsectl-21.5.0.tar.gz
- sha256sums = f9c46dc8e4b9b619b0d98373621923d7f02fa2e92ad0b22957f8ef202344bc85
+ source = https://pypi.org/packages/source/p/pulsectl/pulsectl-21.5.6.tar.gz
+ sha256sums = 9a517f24427d5e389910f8a844059524ac8fb094ae9067288415343976c34674
pkgname = python-pulsectl
diff --git a/PKGBUILD b/PKGBUILD
index 9a53bfa4b68d..524505aeb5b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=python-pulsectl
_name=${pkgname#python-}
-pkgver=21.5.0
+pkgver=21.5.6
pkgrel=1
epoch=1
pkgdesc="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
conflicts=('python-pulse-control')
replaces=('python-pulse-control')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('f9c46dc8e4b9b619b0d98373621923d7f02fa2e92ad0b22957f8ef202344bc85')
+sha256sums=('9a517f24427d5e389910f8a844059524ac8fb094ae9067288415343976c34674')
build() {
cd "$_name-$pkgver"
@@ -24,7 +24,7 @@ build() {
# Test fails in chroot
#check() {
# cd "$_name-$pkgver"
-# python -m unittest pulsectl.tests.all
+# python -m unittest discover
#}
package() {