From 695000b34479340442d8f984440f8ab7ece8eacd Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sat, 11 Mar 2023 04:51:11 +0100 Subject: ver: bump to 0.2 (#87) Co-authored-by: Erik Reider --- build-scripts/aur/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build-scripts/aur') 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 _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" -- cgit v1.2.3