diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-09-30 16:28:24 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-03 13:19:51 +0200 |
commit | 53679caf4fa9cfa393975176fe5d544dfd4e5ce6 (patch) | |
tree | 4cdd26b350b65184584140710439cb89403ef51f /main/exo | |
parent | 4ef580f1c1122584303ea30ff9e5725efe426fa9 (diff) | |
download | aports-53679caf4fa9cfa393975176fe5d544dfd4e5ce6.tar.bz2 aports-53679caf4fa9cfa393975176fe5d544dfd4e5ce6.tar.xz |
don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
Diffstat (limited to 'main/exo')
-rw-r--r-- | main/exo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/exo/APKBUILD b/main/exo/APKBUILD index 8ee4fb9e6e..ab5d794d24 100644 --- a/main/exo/APKBUILD +++ b/main/exo/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Extensions to Xfce by os-cillation" url="http://www.os-cillation.com/article.php?sid=40" arch="all" -license="GPL-2 LGPL-2" +license="GPL2 LGPL-2" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends="hicolor-icon-theme" depends_dev="gtk+2.0-dev libxfce4util-dev" |