summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Collins2020-07-24 20:45:14 -0400
committerTravis Collins2020-07-24 20:45:14 -0400
commit24d4f385c722b2d19d7413015d7a03a8dfbf46e5 (patch)
tree13ae823937c957651dc69ec4b9fa066131daaa28
parentac2c7da86a2a09a2e6e35eefcb15a2c34f81736a (diff)
downloadaur-24d4f385c722b2d19d7413015d7a03a8dfbf46e5.tar.gz
change post install message. don't recommend changing default config. instead recommend against using the built in updater
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--noisetorch-bin.install5
3 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e45350d6eff..79ceb1bde481 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 004f94573617..f727c96c9353 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 5a7d2dde13d4..b8a4231c011a 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"