makedeb
Easy to use noise suppression for PulseAudio
Click here to go back to the commit logs for noisetorch-bin.
Hash: 24d4f385c722b2d19d7413015d7a03a8dfbf46e5
Message: change post install message. don't recommend changing default config. instead recommend against using the built in updater
diff --git a/.SRCINFO b/.SRCINFO
index 2e45350..79ceb1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
pkgver = 0.5.3_beta
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lawl/NoiseTorch
install = noisetorch-bin.install
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = noisetorch-bin
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.install
- sha256sums = 80f64fae984cd67f58633d63c89562f24283d3a2a89d6c3d932d95ed947cfe29
+ sha256sums = 4b0c46c3a539ec144db59eb182b92009de520ac9a1e3fe0ab6cb3a0d8ab8de8d
sha256sums = 4074b71327284b1ad75aee32bee0462360b90061237e998bf4f7e259a65e3caa
pkgname = noisetorch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 004f945..f727c96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=noisetorch-bin
pkgver=0.5.3_beta
-pkgrel=1
+pkgrel=2
pkgdesc='Easy to use noise suppression for PulseAudio'
arch=('x86_64')
url="https://github.com/lawl/NoiseTorch"
diff --git a/noisetorch-bin.install b/noisetorch-bin.install
index 5a7d2dd..b8a4231 100644
--- a/noisetorch-bin.install
+++ b/noisetorch-bin.install
@@ -1,8 +1,5 @@
post_install() {
- printf "NoiseTorch provides an auto-update feature as part of the GUI.\n"
- printf "I recommend disabling the auto-update feature by setting\n\n"
- printf "$(tput setaf 4)EnableUpdates = false$(tput sgr0)\n\n"
- printf "in $(tput setaf 2)\$HOME/.config/noisetorch/config.toml$(tput sgr0)\n"
+ printf "NoiseTorch provides a self-update feature as part of the GUI.\n"
printf "The feature won't work with this package.\n"
printf "Don't attempt to update if prompted via the GUI\n"
printf "See the project page for details.\n\n"