Fix non git PKGBUILD requiring wlroots 0.16 (#86)
* Require wlroots0.15 * Use pcre instead of pcre2
This commit is contained in:
parent
94ebb45ee3
commit
558c67378f
|
@ -23,9 +23,9 @@ depends=(
|
||||||
"libxcb"
|
"libxcb"
|
||||||
"libxkbcommon.so"
|
"libxkbcommon.so"
|
||||||
"pango"
|
"pango"
|
||||||
"pcre2"
|
"pcre"
|
||||||
"ttf-font"
|
"ttf-font"
|
||||||
"wlroots<0.17"
|
"wlroots0.15"
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
"alacritty: Terminal emulator used by the default config"
|
"alacritty: Terminal emulator used by the default config"
|
||||||
|
|
Loading…
Reference in a new issue