summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Collins2020-07-18 07:45:04 -0400
committerTravis Collins2020-07-18 07:45:04 -0400
commita7997a0f77e2783bf37ba6ac4b90c98ce1017709 (patch)
treefdd74c257f13cc083d79a2cd5823bb2d3e167e00
parent1cb1deeefff2f37e935f31495e3e1a177f63246c (diff)
downloadaur-a7997a0f77e2783bf37ba6ac4b90c98ce1017709.tar.gz
update to 0.5.0-beta
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9de5f7ae9da..c025555cfb50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
- pkgver = 0.4.0_beta
- pkgrel = 3
+ pkgver = 0.5.0_beta
+ pkgrel = 1
url = https://github.com/lawl/NoiseTorch
install = noisetorch-bin.install
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = noisetorch-bin
depends = polkit
optdepends = hicolor-icon-theme
provides = noisetorch
- conflicts = noisetorch
+ conflicts = noisetorch-git
options = !strip
- source = noisetorch-bin-0.4.0_beta.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.4.0-beta/NoiseTorch_x64.tgz
+ source = noisetorch-bin-0.5.0_beta.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/0.5.0-beta/NoiseTorch_x64.tgz
source = noisetorch-bin.install
- sha256sums = dd551296f819887e6d0111015b259fa347aa40ced7813b6247a71712ad45452f
+ sha256sums = fe65e11648ecc8b7edcd4b2b09b596e2db053851d29b9ac6222ca6775e5636a7
sha256sums = 4074b71327284b1ad75aee32bee0462360b90061237e998bf4f7e259a65e3caa
pkgname = noisetorch-bin
diff --git a/PKGBUILD b/PKGBUILD
index 16809d1db68a..e11b9e34fefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Travis Collins <erbrecht at pobox dot com>
pkgname=noisetorch-bin
-pkgver=0.4.0_beta
-pkgrel=4
+pkgver=0.5.0_beta
+pkgrel=1
pkgdesc='Easy to use noise suppression for PulseAudio'
arch=('x86_64')
url="https://github.com/lawl/NoiseTorch"
@@ -17,7 +17,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/lawl/NoiseTorch/releases/download/${pkgver/_/-}/NoiseTorch_x64.tgz"
"${pkgname}.install"
)
-sha256sums=('dd551296f819887e6d0111015b259fa347aa40ced7813b6247a71712ad45452f'
+sha256sums=('fe65e11648ecc8b7edcd4b2b09b596e2db053851d29b9ac6222ca6775e5636a7'
'4074b71327284b1ad75aee32bee0462360b90061237e998bf4f7e259a65e3caa')
package() {