summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew DeVault2015-08-16 10:32:50 -0400
committerDrew DeVault2015-08-16 10:32:50 -0400
commit6fa25a4f499df2952fa8ddf7542a8c547032ceb3 (patch)
tree9137ed866af37a296980915057d73d364b268462 /PKGBUILD
parent275f9567084881569aae43e51eaf97887d33cf4d (diff)
downloadaur-6fa25a4f499df2952fa8ddf7542a8c547032ceb3.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 346230c096d8..7f8c9f2dbd5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=sway-git
_pkgname=sway
pkgver=r171.909bae0
-pkgrel=1
+pkgrel=2
license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
-makedepends=("cmake")
+makedepends=("cmake" "git")
depends=("wlc-git")
optdepends=("xorg-server-xwayland: running xorg windows under sway")
arch=("i386" "x86_64")