From 558c67378f38c16c00a24dd7ab94e9704d43c92b Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Fri, 6 Jan 2023 00:15:34 +0100 Subject: [PATCH] Fix non git PKGBUILD requiring wlroots 0.16 (#86) * Require wlroots0.15 * Use pcre instead of pcre2 --- build-scripts/aur/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index 32ab9635..bac0493e 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -23,9 +23,9 @@ depends=( "libxcb" "libxkbcommon.so" "pango" - "pcre2" + "pcre" "ttf-font" - "wlroots<0.17" + "wlroots0.15" ) optdepends=( "alacritty: Terminal emulator used by the default config"