summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCrocoDuck2018-08-04 18:22:15 +0100
committerCrocoDuck2018-08-04 18:22:15 +0100
commite21994029d5819fdfcab46efbfde5d2683ea97d0 (patch)
tree54fa93aebdec23f90833a3556afc878bd471109e /PKGBUILD
parent29b700fc1327b7100edc610648ad5993846ea4d4 (diff)
downloadaur-e21994029d5819fdfcab46efbfde5d2683ea97d0.tar.gz
Fixed source array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6095fdeef88..f3f0734fbe97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=distrho-vst-git
pkgver=r412.c742e91f
-pkgrel=2
+pkgrel=3
pkgdesc="DISTRHO VST audio plugins ports."
arch=('i686' 'x86_64')
url="http://distrho.sourceforge.net/"
@@ -12,7 +12,7 @@ depends=('freetype2' 'alsa-lib' 'libxext')
makedepends=('premake3' 'git' 'libxinerama' 'libxrender' 'libxcursor' 'steinberg-vst36' 'ladspa')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}" "distrho-vst-git" "distrho-plugins-vst-git" "dexed" "dexed-git" "dexed-vst-git" "luftikus" "tal-plugins")
-source=("${pkgname%-*}::git://github.com/DISTRHO/DISTRHO-Ports")
+source=("${pkgname%-*}"::'git+https://github.com/DISTRHO/DISTRHO-Ports.git')
md5sums=('SKIP')
pkgver() {