summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis Collins2020-07-16 13:53:33 -0400
committerTravis Collins2020-07-16 13:53:33 -0400
commitf3e7577af91f3eb7ee0ff67999070d5ba909ae47 (patch)
tree104aaa41a098ff81085bdf419b02b4f32175a3f7
parent93e59d89e21c62f3277e694231264b4dec21cef5 (diff)
downloadaur-f3e7577af91f3eb7ee0ff67999070d5ba909ae47.tar.gz
fix checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 866faf0808a9..9236bd0aa52b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = noisetorch-bin
pkgdesc = Easy to use noise suppression for PulseAudio
pkgver = 0.3.4_beta
- pkgrel = 1
+ pkgrel = 2
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
- sha256sums = b283b2fb5db08c790b36ef77a379e75725aa820374821013073713526df94e0a
+ sha256sums = 2d5c3c4a9e12a078019f003312486aca4111e977bb4eae4769163712b51038f8
pkgname = noisetorch-bin
diff --git a/PKGBUILD b/PKGBUILD
index e9be980f834e..7f8c8f9f9882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=noisetorch-bin
pkgver=0.3.4_beta
-pkgrel=1
+pkgrel=2
pkgdesc='Easy to use noise suppression for PulseAudio'
arch=('x86_64')
url="https://github.com/lawl/NoiseTorch"
@@ -12,7 +12,7 @@ provides=('noisetorch')
source=(
"https://github.com/lawl/NoiseTorch/releases/download/${pkgver/_/-}/NoiseTorch_x64.tgz"
)
-sha256sums=('b283b2fb5db08c790b36ef77a379e75725aa820374821013073713526df94e0a')
+sha256sums=('2d5c3c4a9e12a078019f003312486aca4111e977bb4eae4769163712b51038f8')
package() {
mkdir -p "${pkgdir}/usr/bin"