diff options
-rw-r--r-- | community/libgnt/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/libgnt/APKBUILD b/community/libgnt/APKBUILD index adfbbfb881d..129b420db72 100644 --- a/community/libgnt/APKBUILD +++ b/community/libgnt/APKBUILD @@ -2,12 +2,11 @@ # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=libgnt pkgver=2.14.3 -pkgrel=0 +pkgrel=1 pkgdesc="glib ncurses toolkit" url="https://keep.imfreedom.org/libgnt/libgnt" arch="all" license="GPL-2.0-or-later" -depends="!finch<=2.13.0" makedepends="meson glib-dev libxml2-dev ncurses-dev gtk-doc python2-dev" subpackages="$pkgname-dev $pkgname-doc" source="https://downloads.sourceforge.net/project/pidgin/libgnt/$pkgver/libgnt-$pkgver.tar.xz" |