summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2021-02-11 12:29:22 +1100
committerLuke Arms2021-02-11 12:29:22 +1100
commit5d2b79b1970f4f2844299f7bdc237bc9cde279d6 (patch)
treece35c5a358358a15151e3d260382431ca7775c3a
parentbaa20122a8f5b0d80b80e356e36113c101527de1 (diff)
downloadaur-5d2b79b1970f4f2844299f7bdc237bc9cde279d6.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62cf51bf44c8..126490344700 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = quicktile-git
url = https://github.com/ssokolow/quicktile
arch = any
license = GPL2
+ makedepends = git
makedepends = python-setuptools
depends = python
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 169f97f6e6d4..ca2e0112cc9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
license=('GPL2')
depends=('python' 'gtk3' 'libwnck3' 'python-gobject' 'python-xlib')
optdepends=('python-dbus: required if you want to interact with QuickTile over D-Bus')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
provides=('quicktile')
conflicts=('quicktile')
source=("git+https://github.com/ssokolow/quicktile.git")