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: a3854349642a9f5c71b1ca7d53f14d117af0133d

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 2eae7f2..8d6978c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = noisetorch-bin
 	pkgdesc = Easy to use noise suppression for PulseAudio
 	pkgver = 0.3.2_beta
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/lawl/NoiseTorch
 	arch = x86_64
 	license = GPL3
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 \