diff --git a/python-pulsectl/.SRCINFO b/python-pulsectl/.SRCINFO index 4babaab6..854b5346 100644 --- a/python-pulsectl/.SRCINFO +++ b/python-pulsectl/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-pulsectl pkgdesc = Python high-level interface and ctypes-based bindings for PulseAudio (libpulse) - pkgver = 24.11.0 + pkgver = 24.12.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-24.11.0.tar.gz - sha256sums = 0ba32745d3f198d5657af19f7ee3eb007af5a86a306ec3cd45af42e767820d0d + source = https://files.pythonhosted.org/packages/source/p/pulsectl/pulsectl-24.12.0.tar.gz + sha256sums = 288d6715232ac6f3dcdb123fbecaa2c0b9a50ea4087e6e87c3f841ab0a8a07fc pkgname = python-pulsectl diff --git a/python-pulsectl/PKGBUILD b/python-pulsectl/PKGBUILD index 52b67d01..cb9b0ae6 100644 --- a/python-pulsectl/PKGBUILD +++ b/python-pulsectl/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: WorMzy Tykashi pkgname=python-pulsectl _name=${pkgname#python-} -pkgver=24.11.0 +pkgver=24.12.0 pkgrel=1 epoch=1 pkgdesc="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)" @@ -14,7 +14,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=('0ba32745d3f198d5657af19f7ee3eb007af5a86a306ec3cd45af42e767820d0d') +sha256sums=('288d6715232ac6f3dcdb123fbecaa2c0b9a50ea4087e6e87c3f841ab0a8a07fc') build() { cd "$_name-$pkgver"