summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-25 08:32:54 -0700
committerMark Wagie2021-02-25 08:32:54 -0700
commit5a05d96f5d1a7c7dc706eefcff5bdd40ab7b8c9e (patch)
tree9023b686a709e5a0a297679b8dec24f97413beb7
parent082dbce0ea19fa4a008789539f11b7b08ae8315d (diff)
downloadaur-5a05d96f5d1a7c7dc706eefcff5bdd40ab7b8c9e.tar.gz
21.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07596790a6b7..1cf741186240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pulsectl
pkgdesc = Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
- pkgver = 20.5.1
- pkgrel = 2
+ pkgver = 21.2.0
+ pkgrel = 1
epoch = 1
url = https://github.com/mk-fg/python-pulse-control
arch = any
@@ -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-20.5.1.tar.gz
- sha256sums = 39b0a0e7974a7d6468d826a838822f78b00ac9c3803f0d7bfa9b1cad08ee22db
+ source = https://pypi.org/packages/source/p/pulsectl/pulsectl-21.2.0.tar.gz
+ sha256sums = 282be9ad1a9add961f0bbafa8e19723ac397a2eec5e14fb8cd6c51ff29962715
pkgname = python-pulsectl
diff --git a/PKGBUILD b/PKGBUILD
index a30d1e84141a..0b45aa9a52a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=python-pulsectl
_name=${pkgname#python-}
-pkgver=20.5.1
-pkgrel=2
+pkgver=21.2.0
+pkgrel=1
epoch=1
pkgdesc="Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)"
arch=('any')
@@ -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=('39b0a0e7974a7d6468d826a838822f78b00ac9c3803f0d7bfa9b1cad08ee22db')
+sha256sums=('282be9ad1a9add961f0bbafa8e19723ac397a2eec5e14fb8cd6c51ff29962715')
build() {
cd "$_name-$pkgver"