makedeb
Easy to use noise suppression for PulseAudio
Click here to go back to the commit logs for noisetorch-bin.
Hash: 78db1a7771e3fa7bd6abe6f7c353f48c40da4dcd
Message: Migrates to mpr
diff --git a/.SRCINFO b/.SRCINFO
index d5c413a..0234fd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+generated-by = makedeb-makepkg
+
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
pkgver = 0.11.3
@@ -6,7 +8,9 @@ pkgbase = noisetorch-bin
install = noisetorch-bin.install
arch = x86_64
license = GPL3
- depends = polkit
+ depends = libpolkit-agent-1-0
+ depends = gir1.2-polkit-1.0
+ depends = libpolkit-backend-1-0
provides = noisetorch
conflicts = noisetorch-git
conflicts = noisetorch
diff --git a/PKGBUILD b/PKGBUILD
index 5afcc9a..632aa20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Travis Collins <erbrecht at pobox dot com>
+# Maintainer: Rafael Auyer <auyer@rcpassos.me>
pkgname=noisetorch-bin
pkgver=0.11.3
@@ -7,7 +7,7 @@ pkgdesc='Easy to use noise suppression for PulseAudio'
arch=('x86_64')
url="https://github.com/lawl/NoiseTorch"
license=('GPL3')
-depends=('polkit')
+depends=('libpolkit-agent-1-0' 'gir1.2-polkit-1.0' 'libpolkit-backend-1-0')
optdepends=()
provides=('noisetorch')
conflicts=('noisetorch-git' 'noisetorch')