Add missing depends: git, wayland-protocols

This commit is contained in:
Adrian Perez de Castro 2018-05-08 16:31:57 +03:00
parent 5650faaeb0
commit 88cc865ee9
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 7 additions and 5 deletions

View File

@ -1,12 +1,14 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library
pkgver = r2339.7efd9885
pkgrel = 2
pkgver = r2505.7c2241a5
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
license = custom:MIT
makedepends = meson
makedepends = ninja
makedepends = git
makedepends = wayland-protocols
depends = libcap
depends = systemd
depends = wayland

View File

@ -1,7 +1,7 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname='wlroots-git'
pkgver=r2339.7efd9885
pkgrel=2
pkgver=r2505.7c2241a5
pkgrel=1
license=('custom:MIT')
pkgdesc='Modular Wayland compositor library'
url='https://github.com/swaywm/wlroots'
@ -11,7 +11,7 @@ conflicts=('wlroots')
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
'libinput' 'libxkbcommon')
makedepends=('meson' 'ninja')
makedepends=('meson' 'ninja' 'git' 'wayland-protocols')
source=("${pkgname}::git+${url}")
sha512sums=('SKIP')