summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-08-04 17:42:20 +0100
committerCrocoDuck2018-08-04 17:42:20 +0100
commit50d52622649f1b7cd7072417a8ac52a2a887c8b0 (patch)
tree5f01829ef06fb4e9d0b8e6abf2a6693dcd976537
parentf795cf13e03cd28b113d49caed01f75a7255f8b5 (diff)
downloadaur-50d52622649f1b7cd7072417a8ac52a2a887c8b0.tar.gz
Fixing sournce array
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93a821628128..e07770001616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = speech-denoiser-git
pkgdesc = A speech denoise lv2 plugin based on RNNoise library.
pkgver = r67.ab14ff4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lucianodato/speech-denoiser
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = speech-denoiser-git
depends = glibc
provides = speech-denoiser
conflicts = speech-denoiser
- source = speech-denoiser::git://github.com/lucianodato/speech-denoiser.git
- source = git://github.com/xiph/rnnoise.git
+ source = speech-denoiser::git+https://github.com/lucianodato/speech-denoiser.git
+ source = git+https://github.com/xiph/rnnoise.git
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6fdd6672eb2a..f1aeb72b1aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=speech-denoiser-git
pkgver=r67.ab14ff4
-pkgrel=2
+pkgrel=3
pkgdesc="A speech denoise lv2 plugin based on RNNoise library."
arch=('i686' 'x86_64')
url="https://github.com/lucianodato/speech-denoiser"
@@ -11,8 +11,8 @@ depends=('glibc')
makedepends=('git' 'lv2' 'meson')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("${pkgname%-*}::git://github.com/lucianodato/speech-denoiser.git"
- "git://github.com/xiph/rnnoise.git")
+source=("${pkgname%-*}::git+https://github.com/lucianodato/speech-denoiser.git"
+ "git+https://github.com/xiph/rnnoise.git")
md5sums=('SKIP' 'SKIP')
prepare() {