summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-15 08:49:41 -0600
committerMark Wagie2021-05-15 08:49:41 -0600
commite28bccbf6a3c3e5d1f883b47a375942f85341ec1 (patch)
tree9c83e90e52531b0bf7ddf167d3b126908d7895ee
parentfdf1c8e4178fd2758658f45c90a9bb4760971dd3 (diff)
downloadaur-e28bccbf6a3c3e5d1f883b47a375942f85341ec1.tar.gz
21.5.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e50ab405e782..fdac7a95117f 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.12
+ pkgver = 21.5.17
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.12.tar.gz
- sha256sums = 4c5475c385a9b9c6fda3004fc5ac0f9a48c92cc845bc3f3cc20cd8132765e027
+ source = https://pypi.org/packages/source/p/pulsectl/pulsectl-21.5.17.tar.gz
+ sha256sums = 3f782b3adf6d91b2398504002d248b36aa047bd04d5acd0ae5d4e2d3c8e746a0
pkgname = python-pulsectl
diff --git a/PKGBUILD b/PKGBUILD
index 3b6693c3e5f4..1a6114fedbba 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.12
+pkgver=21.5.17
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=('4c5475c385a9b9c6fda3004fc5ac0f9a48c92cc845bc3f3cc20cd8132765e027')
+sha256sums=('3f782b3adf6d91b2398504002d248b36aa047bd04d5acd0ae5d4e2d3c8e746a0')
build() {
cd "$_name-$pkgver"