summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-01-22 15:37:31 -0700
committerMark Wagie2022-01-22 15:37:31 -0700
commit8cfd3baf48a1c371f0c899a7c80f0ca4e301a14c (patch)
tree9c2288b7de5a361483a72e929aa2668f0d03b6c2
parent1b6c4abaf5b15cdb69c72106e73fdc67a9acee8f (diff)
downloadaur-8cfd3baf48a1c371f0c899a7c80f0ca4e301a14c.tar.gz
22.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58adedde2aeb..91004d247933 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 = 22.1.1
+ pkgver = 22.1.2
pkgrel = 1
epoch = 1
url = https://github.com/mk-fg/python-pulse-control
@@ -11,7 +11,7 @@ pkgbase = python-pulsectl
depends = libpulse
conflicts = python-pulse-control
replaces = python-pulse-control
- source = https://pypi.org/packages/source/p/pulsectl/pulsectl-22.1.1.tar.gz
- sha256sums = f563441e3eb9960339394fb88a23be05c80acd9173949042c25b40fd7468f61e
+ source = https://pypi.org/packages/source/p/pulsectl/pulsectl-22.1.2.tar.gz
+ sha256sums = 89c008ad180b5ff58da928adffaff8db7fe954bcc0e79c251517141e582f1159
pkgname = python-pulsectl
diff --git a/PKGBUILD b/PKGBUILD
index ba5eb58e6393..47fbbcd64898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=python-pulsectl
_name=${pkgname#python-}
-pkgver=22.1.1
+pkgver=22.1.2
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=('f563441e3eb9960339394fb88a23be05c80acd9173949042c25b40fd7468f61e')
+sha256sums=('89c008ad180b5ff58da928adffaff8db7fe954bcc0e79c251517141e582f1159')
build() {
cd "$_name-$pkgver"