makedeb
Easy to use noise suppression for PulseAudio
Click here to go back to the commit logs for noisetorch-bin.
Hash: 1d26c73dfa71cbad827385b537d224a10ea6ad96
Message: disable 'strip' option. rename source tarball when downloading
diff --git a/.SRCINFO b/.SRCINFO
index 9236bd0..48dfe7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
pkgver = 0.3.4_beta
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lawl/NoiseTorch
arch = x86_64
license = GPL3
optdepends = hicolor-icon-theme
provides = noisetorch
- source = https://github.com/lawl/NoiseTorch/releases/download/0.3.4-beta/NoiseTorch_x64.tgz
+ options = !strip
+ source = noisetorch-bin-0.3.4_beta.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.3.4-beta/NoiseTorch_x64.tgz
sha256sums = 2d5c3c4a9e12a078019f003312486aca4111e977bb4eae4769163712b51038f8
pkgname = noisetorch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f8c8f9..2efc389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname=noisetorch-bin
pkgver=0.3.4_beta
-pkgrel=2
+pkgrel=3
pkgdesc='Easy to use noise suppression for PulseAudio'
arch=('x86_64')
url="https://github.com/lawl/NoiseTorch"
license=('GPL3')
optdepends=('hicolor-icon-theme')
provides=('noisetorch')
+options=(!strip)
source=(
- "https://github.com/lawl/NoiseTorch/releases/download/${pkgver/_/-}/NoiseTorch_x64.tgz"
+ "${pkgname}-${pkgver}.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/${pkgver/_/-}/NoiseTorch_x64.tgz"
)
sha256sums=('2d5c3c4a9e12a078019f003312486aca4111e977bb4eae4769163712b51038f8')