summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wong2016-03-06 11:06:47 +1300
committerChris Wong2016-03-06 11:06:47 +1300
commitea5a5184bed6e91eb4c5230fa56e7922abe04b90 (patch)
tree100b12caeaa8d814d385662e05eace7c3fca10da
parent011c9b1cb3e32c7cd764f41722353d30ed1f924c (diff)
downloadaur-ea5a5184bed6e91eb4c5230fa56e7922abe04b90.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a9e944bf2fe..fc4923981dac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = xsettingsd-git
pkgdesc = xsettingsd is a daemon that implements the XSETTINGS specification.
pkgver = r79.b4999f5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/derat/xsettingsd
arch = i686
arch = x86_64
license = custom:BSD
+ makedepends = git
makedepends = scons
depends = libx11
provides = xsettingsd
diff --git a/PKGBUILD b/PKGBUILD
index e79e8aae8c7e..58e69953c6b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xsettingsd-git
pkgver=r79.b4999f5
-pkgrel=3
+pkgrel=4
pkgdesc="xsettingsd is a daemon that implements the XSETTINGS specification."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/derat/xsettingsd"
license=('custom:BSD')
depends=('libx11')
-makedepends=('scons')
+makedepends=('git' 'scons')
provides=('xsettingsd')
conflicts=('xsettingsd')
source=("$pkgname::git://github.com/derat/xsettingsd")