diff options
author | Erik Reider <[email protected]> | 2023-03-11 04:51:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-10 22:51:11 -0500 |
commit | 695000b34479340442d8f984440f8ab7ece8eacd (patch) | |
tree | 7af30567c4da92712aa937f34564755a6be25cca /build-scripts/aur | |
parent | 4222b98a390f6c377be77b4152e229a89b5276b2 (diff) |
ver: bump to 0.2 (#87)
Co-authored-by: Erik Reider <[email protected]>
Diffstat (limited to 'build-scripts/aur')
-rw-r--r-- | build-scripts/aur/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index 2a646a6d..7a8cea42 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erik Reider <[email protected]> _pkgname=swayfx pkgname="$_pkgname" -pkgver=0.1.1 +pkgver=0.2 pkgrel=1 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" @@ -23,9 +23,9 @@ depends=( "libxcb" "libxkbcommon.so" "pango" - "pcre" + "pcre2" "ttf-font" - "wlroots0.15" + "wlroots<0.17" ) optdepends=( "alacritty: Terminal emulator used by the default config" |