* update libnl to 3.11.0-1

This commit is contained in:
Alexander Baldeck 2024-12-13 13:38:21 +01:00
parent 4d916f3921
commit 9aa3029cc4
2 changed files with 11 additions and 7 deletions

View File

@ -1,9 +1,13 @@
pkgbase = libnl
pkgdesc = Library for applications dealing with netlink sockets
pkgver = 3.10.0
pkgver = 3.11.0
pkgrel = 1
url = https://github.com/thom311/libnl/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
depends = glibc
depends = gcc-libs
@ -16,10 +20,10 @@ pkgbase = libnl
provides = libnl-xfrm-3.so
backup = etc/libnl/classid
backup = etc/libnl/pktloc
source = https://github.com/thom311/libnl/releases/download/libnl3_10_0/libnl-3.10.0.tar.gz
source = https://github.com/thom311/libnl/releases/download/libnl3_10_0/libnl-3.10.0.tar.gz.sig
source = https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz
source = https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz.sig
validpgpkeys = 49EA7C670E0850E7419514F629C2366E4DFC5728
sha256sums = 49b3e2235fdb58f5910bbb3ed0de8143b71ffc220571540502eb6c2471f204f5
sha256sums = 2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d
sha256sums = SKIP
pkgname = libnl

View File

@ -3,8 +3,8 @@
# Contributor: Thomas Bächler <thomas@archlinux.org>
pkgname=libnl
pkgver=3.10.0
pkgrel=1.1
pkgver=3.11.0
pkgrel=1
pkgdesc='Library for applications dealing with netlink sockets'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/thom311/libnl/'
@ -16,7 +16,7 @@ backup=('etc/libnl/classid'
'etc/libnl/pktloc')
validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('49b3e2235fdb58f5910bbb3ed0de8143b71ffc220571540502eb6c2471f204f5'
sha256sums=('2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d'
'SKIP')
build() {