From 88cc865ee9301fed65f90a7d232ae85b36b21c9d Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Tue, 8 May 2018 16:31:57 +0300 Subject: [PATCH] Add missing depends: git, wayland-protocols --- .SRCINFO | 6 ++++-- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e7d6631..c736639 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index bddb859..43d2811 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Adrian Perez de Castro 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')