From 75f72cbce17d37b767735bb7c728feffde7e5d83 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 27 Jun 2019 10:18:48 -0300 Subject: main/libnl: fix license --- main/libnl/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'main/libnl') diff --git a/main/libnl/APKBUILD b/main/libnl/APKBUILD index 83cd31f998..233bddea7e 100644 --- a/main/libnl/APKBUILD +++ b/main/libnl/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa pkgname=libnl pkgver=1.1.4 -pkgrel=0 +pkgrel=1 pkgdesc="Library for applications dealing with netlink sockets" url="https://www.infradead.org/~tgr/libnl/" arch="all" -license="LGPL-2.1" +license="LGPL-2.1-only" makedepends="linux-headers" subpackages="$pkgname-dev" source="https://www.infradead.org/~tgr/libnl/files/$pkgname-$pkgver.tar.gz @@ -13,7 +13,6 @@ source="https://www.infradead.org/~tgr/libnl/files/$pkgname-$pkgver.tar.gz libnl-1.1-vlan-header.patch fix-strerror_r.patch fix-includes.patch" -builddir="$srcdir"/$pkgname-$pkgver # tests does not work on s390x builder case "$CARCH" in -- cgit v1.2.3