summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2019-01-02 12:51:53 -0800
committerLlewelyn Trahaearn2019-01-02 12:51:53 -0800
commit7d6e4dfaad0eb7f6794613020ff386a48e6a38b6 (patch)
treee2f8295f7bf0fb69cf79c378b331dcee1bc1dd4c
parentc25f5df4b001b6d566904c8d5b1e87b7e2b6425a (diff)
downloadaur-7d6e4dfaad0eb7f6794613020ff386a48e6a38b6.tar.gz
Remove superfluous new line.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd4c132b9644..7ba6b92c0047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = vsxu
optdepends = alsa-lib: ALSA support.
optdepends = jack: JACK support
optdepends = pulseaudio: PulseAudio support
- source = git+https://github.com/vovoid/vsxu#commit=5404800f9309f852b8fec6e40e90cb11fa0bbbf9
+ source = vsxu::git+https://github.com/vovoid/vsxu#commit=5404800f9309f852b8fec6e40e90cb11fa0bbbf9
source = dependencies::git+https://github.com/vovoid/vsxu-dependencies.git
source = cal3d::git+https://github.com/vovoid/cal3d.git
source = freetype2::git+https://github.com/vovoid/freetype2.git
diff --git a/PKGBUILD b/PKGBUILD
index cc06e0e0a954..21483ada67d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,9 @@ makedepends=('alsa-lib' 'cmake' 'git' 'jack' 'pulseaudio')
optdepends=(
'alsa-lib: ALSA support.'
'jack: JACK support'
- 'pulseaudio: PulseAudio support'
-)
+ 'pulseaudio: PulseAudio support')
_commit=5404800f9309f852b8fec6e40e90cb11fa0bbbf9 # tags/v0.6.3
-source=("git+https://github.com/vovoid/vsxu#commit=$_commit"
+source=("${pkgname}::git+https://github.com/vovoid/vsxu#commit=$_commit"
"dependencies::git+https://github.com/vovoid/vsxu-dependencies.git"
"cal3d::git+https://github.com/vovoid/cal3d.git"
"freetype2::git+https://github.com/vovoid/freetype2.git"