diff options
Diffstat (limited to 'community/ocaml-lablgtk')
-rw-r--r-- | community/ocaml-lablgtk/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ocaml-lablgtk/APKBUILD b/community/ocaml-lablgtk/APKBUILD index cd84730a92..91e3cd215d 100644 --- a/community/ocaml-lablgtk/APKBUILD +++ b/community/ocaml-lablgtk/APKBUILD @@ -1,13 +1,13 @@ -# Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch> -# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch> +# Contributor: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch> +# Maintainer: Jean-Louis Fuchs <jean-louis.fuchs@adfinis-sygroup.ch> pkgname=ocaml-lablgtk _pkgname=lablgtk pkgver=2.18.6 -pkgrel=1 +pkgrel=2 pkgdesc="An OCaml interface to GTK+ 2.x" url="http://lablgtk.forge.ocamlcore.org/" arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport -license="LGPL-2.1-only-WITH-linking-exception" +license="LGPL-2.1-or-later-WITH-OCaml-LGPL-linking-exception" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel gtk+-dev gtkspell-dev librsvg-dev gtksourceview2-dev" |