makedeb


noisetorch-bin 0.12.2-2


Easy to use noise suppression for PulseAudio

Click here to go back to the commit logs for noisetorch-bin.

Commit:


Hash: 6efeccc00d8f8e61bfaa43be295b344e4554352d

Message: fix error in detecting existence of hicolor icon theme directory

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 03d68e9..e2e9b90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=noisetorch-bin
 pkgver=0.3.2_beta
-pkgrel=1
+pkgrel=2
 pkgdesc='Easy to use noise suppression for PulseAudio'
 arch=('x86_64')
 url="https://github.com/lawl/NoiseTorch"
@@ -22,7 +22,7 @@ package() {
 	install -m644 .local/share/applications/noisetorch.desktop \
 		"${pkgdir}/usr/share/applications/noisetorch.desktop"
 
-	if [[ -d "/usr/share/icons/hicolor/256x256/apps/fhdjksgh" ]]
+	if [[ -d "/usr/share/icons/hicolor/256x256/apps/" ]]
 	then
 		mkdir -p "${pkgdir}/usr/share/icons/hicolor/256x256/apps"
 		install -m644 .local/share/icons/hicolor/256x256/apps/noisetorch.png \