summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjjacky2013-04-25 09:38:04 +0200
committerOlivier Brunel2015-06-08 19:10:56 +0200
commit1277d66b46549cb30ef1070efca2478fd9b37787 (patch)
treec9abad70a316eea7ac90af25f32ada860836018c
parent22597eb4b5bb54c57c49d49c8ecb481f5dfa4374 (diff)
downloadaur-1277d66b46549cb30ef1070efca2478fd9b37787.tar.gz
kalu-git: Fix typo in source
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ba4567b5f0a..eceba552c6bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = kalu-git
depends = notification-daemon
provides = kalu
conflicts = kalu
- source = git+https://github.com/jjk-jacky/{kalu}.git#branch=next
+ source = git+https://github.com/jjk-jacky/kalu.git#branch=next
md5sums = SKIP
pkgname = kalu-git
diff --git a/PKGBUILD b/PKGBUILD
index f072b8d04cad..a7641241d9ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3+')
depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.1' 'pacman<4.2' 'curl' 'libnotify'
'notification-daemon')
makedepends=('perl' 'groff' 'git' 'autoconf')
-source=("git+https://github.com/jjk-jacky/{$_pkgname}.git#branch=next")
+source=("git+https://github.com/jjk-jacky/${_pkgname}.git#branch=next")
md5sums=('SKIP')
provides=($_pkgname)
conflicts=($_pkgname)