summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanDoroshenko2016-12-17 15:38:10 +0100
committerYanDoroshenko2016-12-17 15:38:10 +0100
commit8bf0dee85b1820a6962888529d6510866e3f5c20 (patch)
tree217bff61f9e4e8e8a4f9e761d9482191b014253d
parent94a1744b1998eeb2ebe730f079b90b20eeaec11e (diff)
downloadaur-8bf0dee85b1820a6962888529d6510866e3f5c20.tar.gz
Fixed mute issue and notificatons
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266203eb366f..5de569eeb538 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulseaudiocontrol
pkgdesc = Pulseaudio command line control
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/YanDoroshenko/pulseaudio-control
arch = any
@@ -10,8 +10,8 @@ pkgbase = pulseaudiocontrol
depends = sed
provides = pulseaudio-ctl
provides = pulseaudio_ctl
- source = https://github.com/YanDoroshenko/pulseaudiocontrol/raw/master/pulseaudiocontrol-1.1.tar.xz
- sha256sums = 378f508fad45100bc5f6deba7bf600dca0b66a2f24acce35b85e504c4da961a6
+ source = https://github.com/YanDoroshenko/pulseaudiocontrol/raw/master/pulseaudiocontrol-1.1-2.tar.xz
+ sha256sums = a48be8b3aa6a3059da43fc1908c4f354bedd1c30ff62ebba6f98f4236452f3ce
pkgname = pulseaudiocontrol
diff --git a/PKGBUILD b/PKGBUILD
index 9c1829a24e62..8a3934c86974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yan Doroshenko <yandoroshenko@protonmail.com>
pkgname=pulseaudiocontrol
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="Pulseaudio command line control"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libpulse>=4.0' 'pulseaudio>=4.0' 'sed')
provides=('pulseaudio-ctl' 'pulseaudio_ctl')
source=("https://github.com/YanDoroshenko/"$pkgname"/raw/master/"$pkgname"-"$pkgver".tar.xz")
-sha256sums=('378f508fad45100bc5f6deba7bf600dca0b66a2f24acce35b85e504c4da961a6')
+sha256sums=('a48be8b3aa6a3059da43fc1908c4f354bedd1c30ff62ebba6f98f4236452f3ce')
package() {
mkdir -p "$pkgdir"/usr/bin