Add git to makedepends
This commit is contained in:
parent
275f956708
commit
6fa25a4f49
3
.SRCINFO
3
.SRCINFO
@ -1,12 +1,13 @@
|
|||||||
pkgbase = sway-git
|
pkgbase = sway-git
|
||||||
pkgdesc = i3 compatible window manager for Wayland
|
pkgdesc = i3 compatible window manager for Wayland
|
||||||
pkgver = r171.909bae0
|
pkgver = r171.909bae0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/SirCmpwn/sway
|
url = https://github.com/SirCmpwn/sway
|
||||||
arch = i386
|
arch = i386
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
makedepends = git
|
||||||
depends = wlc-git
|
depends = wlc-git
|
||||||
optdepends = xorg-server-xwayland: running xorg windows under sway
|
optdepends = xorg-server-xwayland: running xorg windows under sway
|
||||||
source = sway::git+https://github.com/SirCmpwn/sway.git
|
source = sway::git+https://github.com/SirCmpwn/sway.git
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,10 +2,10 @@
|
|||||||
pkgname=sway-git
|
pkgname=sway-git
|
||||||
_pkgname=sway
|
_pkgname=sway
|
||||||
pkgver=r171.909bae0
|
pkgver=r171.909bae0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
pkgdesc='i3 compatible window manager for Wayland'
|
pkgdesc='i3 compatible window manager for Wayland'
|
||||||
makedepends=("cmake")
|
makedepends=("cmake" "git")
|
||||||
depends=("wlc-git")
|
depends=("wlc-git")
|
||||||
optdepends=("xorg-server-xwayland: running xorg windows under sway")
|
optdepends=("xorg-server-xwayland: running xorg windows under sway")
|
||||||
arch=("i386" "x86_64")
|
arch=("i386" "x86_64")
|
||||||
|
Loading…
Reference in New Issue
Block a user