Date: Saturday, January 28, 2023 @ 20:33:34
  Author: eworm
Revision: 467555

upgpkg: libnl 3.7.0-2: depend on gcc-libs

Modified:
  libnl/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-28 19:41:16 UTC (rev 467554)
+++ PKGBUILD    2023-01-28 20:33:34 UTC (rev 467555)
@@ -3,12 +3,12 @@
 
 pkgname=libnl
 pkgver=3.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for applications dealing with netlink sockets'
 arch=('x86_64')
 url='https://github.com/thom311/libnl/'
 license=('GPL')
-depends=('glibc')
+depends=('glibc' 'gcc-libs')
 backup=('etc/libnl/classid'
         'etc/libnl/pktloc')
 validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller

Reply via email to