summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Krause2019-06-16 16:33:33 +0200
committerGeorg Krause2019-06-16 16:33:33 +0200
commitc5ce2ca7f5db58c52a1b84349e82255e64f3af57 (patch)
treeb43a4378eae3250df618c82c36bf576a99cacd13
parent9cc0305d83d467a152e7cf8cf7ff816b544b019a (diff)
downloadaur-c5ce2ca7f5db58c52a1b84349e82255e64f3af57.tar.gz
Fix wrong syntax
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f0bc2a0c479..1b3ee95b2d06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://loopp.soundship.de/"
license=('GPL3')
groups=('pro-audio')
depends=('jack' 'liblo' 'ntk')
-makedepends=('meson git')
+makedepends=('meson', 'git')
source=($pkgname::git+https://git.netzspielplatz.de/soundship/loopp.git)
sha512sums=(SKIP)