summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfb45ab90027..9886c353a9ca 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.2
+ pkgver = 24.4.0
pkgrel = 1
epoch = 1
url = https://github.com/mk-fg/python-pulse-control
@@ -13,7 +13,7 @@ pkgbase = python-pulsectl
depends = python
depends = libpulse
conflicts = python-pulse-control
- source = https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-23.5.2.tar.gz
- sha256sums = e911d398eaf0539cf3c63b4217357b51a3d1b7e4a50607d1591cf2b49f5d2c6a
+ source = https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-24.4.0.tar.gz
+ sha256sums = 697ed50e7d452e78678ae38e2ab935843008bec448955283cd0fb362867e3165
pkgname = python-pulsectl
diff --git a/PKGBUILD b/PKGBUILD
index 1c2758c6c8e2..701f5ee76a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=python-pulsectl
_name=${pkgname#python-}
-pkgver=23.5.2
+pkgver=24.4.0
pkgrel=1
epoch=1
pkgdesc="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
@@ -13,7 +13,7 @@ depends=('python' 'libpulse')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
conflicts=('python-pulse-control')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e911d398eaf0539cf3c63b4217357b51a3d1b7e4a50607d1591cf2b49f5d2c6a')
+sha256sums=('697ed50e7d452e78678ae38e2ab935843008bec448955283cd0fb362867e3165')
build() {
cd "$_name-$pkgver"