Updated PKGBUILD with libhandy dep

This commit is contained in:
Erik Reider
2021-09-16 13:33:04 +02:00
parent 9b25ba02e0
commit 83d92c4804

View File

@@ -7,7 +7,7 @@ _pkgfoldername=SwayNotificationCenter
url="https://github.com/ErikReider/$_pkgfoldername"
arch=(x86_64)
license=(GPL)
depends=("gtk3>=3.22" "gtk-layer-shell>=0.1" "dbus" "glib2>=2.50" "vala-dbus-binding-tool-git>=1.0" "gobject-introspection>=1.68" "libgee>=0.20" "json-glib>=1.0")
depends=("gtk3>=3.22" "gtk-layer-shell>=0.1" "dbus" "glib2>=2.50" "vala-dbus-binding-tool-git>=1.0" "gobject-introspection>=1.68" "libgee>=0.20" "json-glib>=1.0" "libhandy>=1.4.0")
makedepends=(vala meson git)
source=("git+$url")
sha256sums=('SKIP')