ver: bump to 0.2 (#87)

Co-authored-by: Erik Reider <erik.reider@protonmail.com>
This commit is contained in:
Erik Reider 2023-03-11 04:51:11 +01:00 committed by GitHub
parent 4222b98a39
commit 695000b344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 11 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
_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"