From 1c26ecea9c3e820b9bb690337761e4d2ab4ad7af Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 6 Jun 2019 06:55:29 -0300 Subject: [PATCH] main/gtk+: modernize, fix license --- main/gtk+/APKBUILD | 9 ++++----- 1 file 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 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() { -- GitLab