diff options
Diffstat (limited to 'community/keybinder3/APKBUILD')
-rw-r--r-- | community/keybinder3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/keybinder3/APKBUILD b/community/keybinder3/APKBUILD index af902383a7..75b613a06a 100644 --- a/community/keybinder3/APKBUILD +++ b/community/keybinder3/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Library for registering global key bindings, for gtk-based applications. GTK3 version" url="https://github.com/engla/keybinder" arch="all" -license="GPL2" +license="GPL-2.0" makedepends="gtk+3.0-dev python2-dev py-gobject gobject-introspection-dev automake autoconf libtool gnome-common gtk-doc" |