summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-08-04 17:38:16 +0100
committerCrocoDuck2018-08-04 17:38:16 +0100
commit8e9230a9e6d408aee12dae49f756629417c7da91 (patch)
tree865404a961f8cdcc45fe24c1ba6721a2e9e5f5a0
parentf65e83ff1eff216cde7dcb9b389a8b423f1515bc (diff)
downloadaur-8e9230a9e6d408aee12dae49f756629417c7da91.tar.gz
Fixing source array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c000f8237d5..857582e4ec8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = noise-repellent-git
pkgdesc = An lv2 plugin for broadband noise reduction.
pkgver = r571.9f09823
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lucianodato/noise-repellent
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = noise-repellent-git
depends = fftw
provides = noise-repellent
conflicts = noise-repellent
- source = noise-repellent::git://github.com/lucianodato/noise-repellent
+ source = noise-repellent::git+https://github.com/lucianodato/noise-repellent.git
md5sums = SKIP
pkgname = noise-repellent-git
diff --git a/PKGBUILD b/PKGBUILD
index ccf0ca659154..68d077dce925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=noise-repellent-git
pkgver=r571.9f09823
-pkgrel=1
+pkgrel=2
pkgdesc="An lv2 plugin for broadband noise reduction."
arch=('i686' 'x86_64')
url="https://github.com/lucianodato/noise-repellent"
@@ -11,7 +11,7 @@ depends=('fftw')
makedepends=('git' 'lv2' 'meson')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("${pkgname%-*}::git://github.com/lucianodato/noise-repellent")
+source=("${pkgname%-*}::git+https://github.com/lucianodato/noise-repellent.git")
md5sums=('SKIP')
pkgver() {