[arch-commits] Commit in libnl/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Sat Apr 16 20:13:44 UTC 2022


    Date: Saturday, April 16, 2022 @ 20:13:44
  Author: eworm
Revision: 442727

upgpkg: libnl 3.6.0-1: new upstream release

Modified:
  libnl/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-16 20:13:23 UTC (rev 442726)
+++ PKGBUILD	2022-04-16 20:13:44 UTC (rev 442727)
@@ -2,18 +2,19 @@
 # Contributor: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=libnl
-pkgver=3.5.0
-pkgrel=3
+pkgver=3.6.0
+pkgrel=1
 pkgdesc='Library for applications dealing with netlink sockets'
-arch=(x86_64)
+arch=('x86_64')
 url='https://github.com/thom311/libnl/'
-license=(GPL)
-depends=(glibc)
-backup=(etc/libnl/classid etc/libnl/pktloc)
-source=(https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa'
+license=('GPL')
+depends=('glibc')
+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=('532155fd011e5a805bd67121b87a01c757e2bb24112ac17e69cb86013b970009'
             'SKIP')
-validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list