summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-09-09 09:47:44 +0100
committerCrocoDuck2018-09-09 09:47:44 +0100
commit73bad1813cbc2417df3283609e8687c06fb96502 (patch)
tree0dc89b1c0ad73c13cae708d766eab38021378a21
parent50d52622649f1b7cd7072417a8ac52a2a887c8b0 (diff)
downloadaur-73bad1813cbc2417df3283609e8687c06fb96502.tar.gz
Update to version r71.f5c1e2f
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e07770001616..acf9025730aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = speech-denoiser-git
pkgdesc = A speech denoise lv2 plugin based on RNNoise library.
- pkgver = r67.ab14ff4
+ pkgver = r71.f5c1e2f
pkgrel = 3
url = https://github.com/lucianodato/speech-denoiser
arch = i686
@@ -13,7 +13,7 @@ pkgbase = speech-denoiser-git
provides = speech-denoiser
conflicts = speech-denoiser
source = speech-denoiser::git+https://github.com/lucianodato/speech-denoiser.git
- source = git+https://github.com/xiph/rnnoise.git
+ source = git+https://github.com/GregorR/rnnoise-nu
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f1aeb72b1aec..64e5ac50fd70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: CrocoDuck <crocoduck dot oducks at gmail dot com>
pkgname=speech-denoiser-git
-pkgver=r67.ab14ff4
+pkgver=r71.f5c1e2f
pkgrel=3
pkgdesc="A speech denoise lv2 plugin based on RNNoise library."
arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@ makedepends=('git' 'lv2' 'meson')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=("${pkgname%-*}::git+https://github.com/lucianodato/speech-denoiser.git"
- "git+https://github.com/xiph/rnnoise.git")
+ "git+https://github.com/GregorR/rnnoise-nu")
md5sums=('SKIP' 'SKIP')
prepare() {
cd "${pkgname%-*}"
git submodule init
- git config submodule.rnnoise.url "${srcdir}/rnnoise"
+ git config submodule.rnnoise.url "${srcdir}/rnnoise-nu"
git submodule update
chmod +x static_rnnoise.sh
}