diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-06 06:55:29 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-19 07:19:01 +0000 |
commit | 1c26ecea9c3e820b9bb690337761e4d2ab4ad7af (patch) | |
tree | 44cd2cc9efdbef529f64bbcd0243f66149b93e69 /main/gtk+ | |
parent | d68d8fc8fc2f5f6629335dae46c97f588da547e4 (diff) | |
download | aports-1c26ecea9c3e820b9bb690337761e4d2ab4ad7af.tar.bz2 aports-1c26ecea9c3e820b9bb690337761e4d2ab4ad7af.tar.xz |
main/gtk+: modernize, fix license
Diffstat (limited to 'main/gtk+')
-rw-r--r-- | main/gtk+/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/main/gtk+/APKBUILD b/main/gtk+/APKBUILD index ac4c8b498b..f980b36cdf 100644 --- a/main/gtk+/APKBUILD +++ b/main/gtk+/APKBUILD @@ -1,15 +1,14 @@ -# Contributor: +# Contributor: # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtk+ pkgver=2.24.31 -pkgrel=0 +pkgrel=1 pkgdesc="metapackage for GTK+ runtime and development" -url="http://www.gtk.org/" +url="https://www.gtk.org/" arch="all" -license="LGPL" +license="LGPL-2.0-or-later" options="!check" depends="gtk+2.0>=$pkgver" -makedepends="$depends_dev" subpackages="$pkgname-dev" dev() { |