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: 67077b0eadda009611cd45cc6467dc27ecf7a133

Message: Upgraded to 0.12.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0515943..79ba0e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,20 @@
-generated-by = makedeb-makepkg
-
-pkgbase = noisetorch-bin
-	pkgdesc = Easy to use noise suppression for PulseAudio
-	pkgver = 0.11.4
-	pkgrel = 2
-	url = https://github.com/lawl/NoiseTorch
-	install = noisetorch-bin.install
-	arch = x86_64
-	license = GPL3
-	depends = libpolkit-agent-1-0
-	depends = gir1.2-polkit-1.0
-	provides = noisetorch
-	conflicts = noisetorch-git
-	conflicts = noisetorch
-	options = !strip
-	source = noisetorch-bin-0.11.4.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.11.4/NoiseTorch_x64.tgz
-	source = noisetorch-bin.install
-	sha256sums = 4b449db816afdaa8f70e534497f7fa395f901148f99ad0c579f89fb4d67e6edf
-	sha256sums = 84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5
-
+generated-by = makedeb
 pkgname = noisetorch-bin
+install = noisetorch-bin.install
+pkgbase = noisetorch-bin
+pkgdesc = Easy to use noise suppression for PulseAudio
+pkgrel = 1
+pkgver = 0.12.2
+url = https://github.com/noisetorch/NoiseTorch
+arch = x86_64
+conflicts = noisetorch-git
+conflicts = noisetorch
+depends = libpolkit-agent-1-0
+depends = gir1.2-polkit-1.0
+license = GPL3
+options = !strip
+provides = noisetorch
+source = noisetorch-bin-0.12.2.tar.gz::https://github.com/noisetorch/NoiseTorch/releases/download/v0.12.2/NoiseTorch_x64_v0.12.2.tgz
+source = noisetorch-bin.install
+sha256sums = aaa29e76736dc3432197e665f3c868496b5aca52183b67e5a0a1b8fa7913fe60
+sha256sums = 84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5
diff --git a/PKGBUILD b/PKGBUILD
index 68b6695..a47533c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer:  Rafael Auyer <auyer@rcpassos.me>
+# Maintainer: hiddeninthesand <hiddeninthesand at protonmail dot com>
 
-pkgname=noisetorch-bin
-pkgver=0.11.4
-pkgrel=2
+pkgname='noisetorch-bin'
+pkgver='0.12.2'
+pkgrel='1'
 pkgdesc='Easy to use noise suppression for PulseAudio'
 arch=('x86_64')
-url="https://github.com/lawl/NoiseTorch"
+url="https://github.com/noisetorch/NoiseTorch"
 license=('GPL3')
 depends=('libpolkit-agent-1-0' 'gir1.2-polkit-1.0')
 optdepends=()
@@ -14,10 +14,10 @@ conflicts=('noisetorch-git' 'noisetorch')
 options=(!strip)
 install="${pkgname}.install"
 source=(
-	"${pkgname}-${pkgver}.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/${pkgver/_/-}/NoiseTorch_x64.tgz"
+	"${pkgname}-${pkgver}.tar.gz::https://github.com/noisetorch/NoiseTorch/releases/download/v${pkgver/_/-}/NoiseTorch_x64_v${pkgver/_/-}.tgz"
 	"${pkgname}.install"
 )
-sha256sums=('4b449db816afdaa8f70e534497f7fa395f901148f99ad0c579f89fb4d67e6edf'
+sha256sums=('aaa29e76736dc3432197e665f3c868496b5aca52183b67e5a0a1b8fa7913fe60'
             '84359c186c870220eeb56e9750319bb0c334c1440dd0f974df9e21a4084f80a5')
 
 package() {