Fix non git PKGBUILD requiring wlroots 0.16 (#86)

* Require wlroots0.15

* Use pcre instead of pcre2
This commit is contained in:
Erik Reider 2023-01-06 00:15:34 +01:00 committed by GitHub
parent 94ebb45ee3
commit 558c67378f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"