summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2024-02-02 00:18:03 +0100
committerMichał Wojdyła2024-02-02 00:18:03 +0100
commit40fa17c80ed12dcd376a824c2277e5fd91e29a01 (patch)
treecddf316c9ca0d54372ab82672c60f748d36693d1
parentb98b2c61726726231c7203c96bb14cca960053fd (diff)
downloadaur-40fa17c80ed12dcd376a824c2277e5fd91e29a01.tar.gz
update license information
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29ff8d815994..0c174ec132d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = libnl1
pkgdesc = Library for applications dealing with netlink sockets (Legacy version)
pkgver = 1.1.4
- pkgrel = 3
+ pkgrel = 4
url = https://www.infradead.org/~tgr/libnl/
arch = x86_64
- license = GPL
+ license = LGPL-2.1-only
depends = glibc
options = !staticlibs
source = https://www.infradead.org/~tgr/libnl/files/libnl-1.1.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e43f93be3d17..27d438108a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Jan de Groot <jgc@archlinux.org>
+# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libnl1
pkgver=1.1.4
-pkgrel=3
+pkgrel=4
pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
arch=('x86_64')
url="https://www.infradead.org/~tgr/libnl/"
-license=('GPL')
+license=('LGPL-2.1-only')
depends=('glibc')
options=('!staticlibs')
source=("https://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz")