Add git to makedepends

This commit is contained in:
Drew DeVault 2015-08-16 10:32:50 -04:00
parent 275f956708
commit 6fa25a4f49
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
pkgbase = sway-git
pkgdesc = i3 compatible window manager for Wayland
pkgver = r171.909bae0
pkgrel = 1
pkgrel = 2
url = https://github.com/SirCmpwn/sway
arch = i386
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
depends = wlc-git
optdepends = xorg-server-xwayland: running xorg windows under sway
source = sway::git+https://github.com/SirCmpwn/sway.git

View File

@ -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")