summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Collins2020-07-17 22:03:43 -0400
committerTravis Collins2020-07-17 22:03:43 -0400
commit03bb7bcff1be525f878ef785ab40c9509b892bbe (patch)
tree67757d57a59f1c3cf50acdbfb6fff6ece3892586
parent19f1d2fd140bcbaef6146d5907e0b36132d37ccb (diff)
downloadaur-03bb7bcff1be525f878ef785ab40c9509b892bbe.tar.gz
add polkit dependency. pkexec required
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e2be548ab23..1e60d79d4183 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
pkgver = 0.4.0_beta
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lawl/NoiseTorch
install = noisetorch-bin.install
arch = x86_64
license = GPL3
+ depends = polkit
optdepends = hicolor-icon-theme
provides = noisetorch
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index d402f2ddb260..eeba31aadf8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=noisetorch-bin
pkgver=0.4.0_beta
-pkgrel=1
+pkgrel=2
pkgdesc='Easy to use noise suppression for PulseAudio'
arch=('x86_64')
url="https://github.com/lawl/NoiseTorch"
license=('GPL3')
+depends=('polkit')
optdepends=('hicolor-icon-theme')
provides=('noisetorch')
backup=("${HOME#/*}/.config/noisetorch/config.toml")