summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrocoDuck2018-08-04 17:58:42 +0100
committerCrocoDuck2018-08-04 17:58:42 +0100
commitc930e6f753cc59e3c1f77b7aa3ad0ee4b4113bab (patch)
tree7832763c6795c80dac3e90b36b989992f1878c98 /PKGBUILD
parent54c065b4f619b9d3a51f4f01777821c5d1d91d52 (diff)
downloadaur-c930e6f753cc59e3c1f77b7aa3ad0ee4b4113bab.tar.gz
Fixing source array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dc6ff7183ef..16418a4f3e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dpf-plugins-git
pkgver=r86.0c433e4
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of DPF-based plugins by DISTRHO. LV2, LADSPA, dssi and VST."
arch=('i686' 'x86_64')
url="http://distrho.sourceforge.net/"
@@ -11,7 +11,7 @@ depends=('liblo' 'projectm')
makedepends=('git' 'wget')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-source=("${pkgname%-*}::git://github.com/DISTRHO/DPF-Plugins")
+source=("${pkgname%-*}"::'git+https://github.com/DISTRHO/DPF-Plugins.git')
md5sums=('SKIP')
pkgver() {