makedeb
Easy to use noise suppression for PulseAudio
Click here to go back to the commit logs for noisetorch-bin.
Hash: c1a1115f5183dd06fdfcbf1e9ddcab2d3cb09d00
Message: update to 6.1-beta release
diff --git a/.SRCINFO b/.SRCINFO
index 6860b1a..79670bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
- pkgver = 0.5.3_beta
- pkgrel = 3
+ pkgver = 0.6.1_beta
+ pkgrel = 1
url = https://github.com/lawl/NoiseTorch
install = noisetorch-bin.install
arch = x86_64
license = GPL3
depends = polkit
- optdepends = hicolor-icon-theme
provides = noisetorch
conflicts = noisetorch-git
options = !strip
- source = noisetorch-bin-0.5.3_beta.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.5.3-beta/NoiseTorch_x64.tgz
+ source = noisetorch-bin-0.6.1_beta.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.6.1-beta/NoiseTorch_x64.tgz
source = noisetorch-bin.install
- sha256sums = 4b0c46c3a539ec144db59eb182b92009de520ac9a1e3fe0ab6cb3a0d8ab8de8d
+ sha256sums = 2fe3c8ecaf6e8306416e8bcab9fd105c04091f7de7e432b9237b9f65f56d1fb9
sha256sums = 84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5
pkgname = noisetorch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1d31573..b42b1f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Travis Collins <erbrecht at pobox dot com>
pkgname=noisetorch-bin
-pkgver=0.5.3_beta
-pkgrel=3
+pkgver=0.6.1_beta
+pkgrel=1
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')
+optdepends=()
provides=('noisetorch')
conflicts=('noisetorch-git')
options=(!strip)
@@ -17,7 +17,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/${pkgver/_/-}/NoiseTorch_x64.tgz"
"${pkgname}.install"
)
-sha256sums=('4b0c46c3a539ec144db59eb182b92009de520ac9a1e3fe0ab6cb3a0d8ab8de8d'
+sha256sums=('2fe3c8ecaf6e8306416e8bcab9fd105c04091f7de7e432b9237b9f65f56d1fb9'
'84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5')
package() {
@@ -25,9 +25,6 @@ package() {
install -D -m644 .local/share/applications/noisetorch.desktop \
"${pkgdir}/usr/share/applications/noisetorch.desktop"
- if [[ -d "/usr/share/icons/hicolor/256x256/apps/" ]]
- then
- install -D -m644 .local/share/icons/hicolor/256x256/apps/noisetorch.png \
- "${pkgdir}/usr/share/icons/hicolor/256x256/apps/noisetorch.png"
- fi
+ install -D -m644 .local/share/icons/hicolor/256x256/apps/noisetorch.png \
+ "${pkgdir}/usr/share/icons/hicolor/256x256/apps/noisetorch.png"
}