diff options
author | Mark Wagie | 2022-01-22 13:09:18 -0700 |
---|---|---|
committer | Mark Wagie | 2022-01-22 13:09:18 -0700 |
commit | 1b6c4abaf5b15cdb69c72106e73fdc67a9acee8f (patch) | |
tree | 3ca5caa8224e6af1348d5dac3bf38c4e02f19884 /PKGBUILD | |
parent | 9a7e98ed239cf501380ad9890af0927631736540 (diff) | |
download | aur-1b6c4abaf5b15cdb69c72106e73fdc67a9acee8f.tar.gz |
22.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com> pkgname=python-pulsectl _name=${pkgname#python-} -pkgver=22.1.0 +pkgver=22.1.1 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=('aa6fbf5ac52253e5624435288afd40e2015fd2b170cd345d870964f51e2b4401') +sha256sums=('f563441e3eb9960339394fb88a23be05c80acd9173949042c25b40fd7468f61e') build() { cd "$_name-$pkgver" |