diff --git a/community/polari/APKBUILD b/community/polari/APKBUILD index d6366ba4094..be0ed2b67c8 100644 --- a/community/polari/APKBUILD +++ b/community/polari/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Rasmus Thomsen pkgname=polari pkgver=3.36.2 -pkgrel=0 +pkgrel=1 pkgdesc="Polari is a simple IRC Client that is designed to integrate seamlessly with GNOME 3" url="https://wiki.gnome.org/Apps/Polari" arch="all !s390x !mips !mips64" # missing dep: gjs license="GPL-2.0-or-later" +depends="telepathy-logger" makedepends="meson gobject-introspection-dev gtk+3.0-dev telepathy-glib-dev gjs-dev itstool" checkdepends="appstream-glib mozjs60 desktop-file-utils"