From 53679caf4fa9cfa393975176fe5d544dfd4e5ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 30 Sep 2015 16:28:24 +0200 Subject: 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 --- main/linux-headers/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/linux-headers') diff --git a/main/linux-headers/APKBUILD b/main/linux-headers/APKBUILD index 12fe981840..9a4a5c470f 100644 --- a/main/linux-headers/APKBUILD +++ b/main/linux-headers/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Linux system headers" url="http://kernel.org" arch="all" -license='GPL-2' +license='GPL2' makedepends="perl" options="!strip !tracedeps" source="http://www.kernel.org/pub/linux/kernel/v3.x/linux-$_kernver.tar.xz -- cgit v1.2.3