Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bobsaintcool/8ce69d5dec57cfc72dd1c16e3643f39e to your computer and use it in GitHub Desktop.
Save bobsaintcool/8ce69d5dec57cfc72dd1c16e3643f39e to your computer and use it in GitHub Desktop.
From 7d2f34d201b5a605c071afa6f79eec818bb7db11 Mon Sep 17 00:00:00 2001
From: Quentin Bourgeois <quentin@bourgeois.eu>
Date: Tue, 8 May 2018 13:01:15 +0000
Subject: [PATCH] <PKGBUILD/deps: Add missing build and run deps>
build: git
run: wayland-protocols
---
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index bddb859..31599d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'
@@ -10,8 +10,8 @@ provides=('wlroots')
conflicts=('wlroots')
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
- 'libinput' 'libxkbcommon')
-makedepends=('meson' 'ninja')
+ 'libinput' 'libxkbcommon' 'wayland-protocols')
+makedepends=('meson' 'ninja' 'git')
source=("${pkgname}::git+${url}")
sha512sums=('SKIP')
--
2.17.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment