aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Schmitt2013-11-15 21:38:41 +0100
committerPhilipp Schmitt2013-11-15 21:38:41 +0100
commitc3ef9045c51775d99e337462842fca643ad63bce (patch)
tree86c2732305de2ed322190429ba266c8df06dfdab
parent9169ee05e1b35abc380428995a6bd80d566241e5 (diff)
downloadaur-c3ef9045c51775d99e337462842fca643ad63bce.tar.gz
Add git dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82dc248aaff6..fd334ff843d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = pilight-git
arch = x86_64
arch = armv6h
license = GPL3
+ makedepends = git
makedepends = gcc
makedepends = glibc
source = git+https://github.com/pilight/pilight.git
diff --git a/PKGBUILD b/PKGBUILD
index a805fe436177..6ae79a463f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Send and receive 433.92Mhz codes"
arch=('x86_64' 'armv6h')
url="http://pilight.org/"
license=('GPL3')
-makedepends=('gcc' 'glibc')
+makedepends=('git' 'gcc' 'glibc')
source=(git+https://github.com/pilight/pilight.git 'https://raw.github.com/pschmitt/pilight-git/master/Makefile')
sha256sums=('SKIP' '73ee5197ef82359b194cd670026428a0fcd47c3762af1406fe811f530cdb93d3')