summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-05-22 16:08:16 -0600
committerMark Wagie2023-05-22 16:08:16 -0600
commit9bd10c0ca978e47388284adb0d33715d1bfa64e1 (patch)
tree49c70212c6a3445ce40cf5e8be3fb477035c9052
parentef2da57d58db98f04e7b47cd1479484bf5dc0834 (diff)
downloadaur-9bd10c0ca978e47388284adb0d33715d1bfa64e1.tar.gz
23.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cbde38c728a..4126c4259946 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 = 23.5.1
+ pkgver = 23.5.2
pkgrel = 1
epoch = 1
url = https://github.com/mk-fg/python-pulse-control
@@ -14,7 +14,7 @@ pkgbase = python-pulsectl
depends = libpulse
conflicts = python-pulse-control
replaces = python-pulse-control
- source = https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-23.5.1.tar.gz
- sha256sums = 8efc260ed7212ee4f9e50a8b856c84911265f4eac42cc6c02c7b37c851a2834b
+ source = https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-23.5.2.tar.gz
+ sha256sums = e911d398eaf0539cf3c63b4217357b51a3d1b7e4a50607d1591cf2b49f5d2c6a
pkgname = python-pulsectl
diff --git a/PKGBUILD b/PKGBUILD
index be06aabea487..5693dbb9f370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=python-pulsectl
_name=${pkgname#python-}
-pkgver=23.5.1
+pkgver=23.5.2
pkgrel=1
epoch=1
pkgdesc="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
@@ -14,7 +14,7 @@ makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel
conflicts=('python-pulse-control')
replaces=('python-pulse-control')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('8efc260ed7212ee4f9e50a8b856c84911265f4eac42cc6c02c7b37c851a2834b')
+sha256sums=('e911d398eaf0539cf3c63b4217357b51a3d1b7e4a50607d1591cf2b49f5d2c6a')
build() {
cd "$_name-$pkgver"