Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lib32-libnl
Commits:
4e7bdf4d by Christian Hesse at 2024-10-30T17:53:54+01:00
upgpkg: 3.11.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lib32-libnl
pkgdesc = Library for applications dealing with netlink sockets (32 bit)
- pkgver = 3.10.0
+ pkgver = 3.11.0
pkgrel = 1
url = http://www.infradead.org/~tgr/libnl/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = lib32-libnl
makedepends = gcc-multilib
depends = lib32-glibc
depends = libnl
- source =
https://github.com/thom311/libnl/releases/download/libnl3_10_0/libnl-3.10.0.tar.gz
- sha512sums =
c95e79fba69308c63a08d0c576503b4398710ea9cd1d0097851500a7fbc5fbe87fb32ac281cf42bbfe57eab07b110055e6bc9b95d82244bba3df8a31fe562962
+ source =
https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz
+ sha512sums =
69ecec6e792fc7b9c443fff8742cf45782af5c5c4664687440942eaeb616ba7b4ed2b606e33c5d86e44e6b49a9c79a1fed4b7c77781a059e13cf6a844d94530e
pkgname = lib32-libnl
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_pkgbase=libnl
pkgname=lib32-${_pkgbase}
-pkgver=3.10.0
+pkgver=3.11.0
pkgrel=1
pkgdesc="Library for applications dealing with netlink sockets (32 bit)"
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('GPL')
depends=('lib32-glibc' "${_pkgbase}")
makedepends=('gcc-multilib')
source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-${pkgver}.tar.gz")
-sha512sums=('c95e79fba69308c63a08d0c576503b4398710ea9cd1d0097851500a7fbc5fbe87fb32ac281cf42bbfe57eab07b110055e6bc9b95d82244bba3df8a31fe562962')
+sha512sums=('69ecec6e792fc7b9c443fff8742cf45782af5c5c4664687440942eaeb616ba7b4ed2b606e33c5d86e44e6b49a9c79a1fed4b7c77781a059e13cf6a844d94530e')
build() {
export CC='gcc -m32'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnl/-/commit/4e7bdf4d03724d33eb27e97293916f29d95dca95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libnl/-/commit/4e7bdf4d03724d33eb27e97293916f29d95dca95
You're receiving this email because of your account on gitlab.archlinux.org.