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

Thomas Bächler thomas at archlinux.org
Thu Aug 13 12:15:40 UTC 2015


    Date: Thursday, August 13, 2015 @ 14:15:40
  Author: thomas
Revision: 243402

upgpkg: libnl 3.2.26-1

Modified:
  libnl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-13 12:04:50 UTC (rev 243401)
+++ PKGBUILD	2015-08-13 12:15:40 UTC (rev 243402)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=libnl
-pkgver=3.2.25
+pkgver=3.2.26
 pkgrel=1
 pkgdesc="Library for applications dealing with netlink sockets"
 arch=(i686 x86_64)
@@ -10,8 +10,10 @@
 license=(GPL)
 depends=(glibc)
 backup=(etc/libnl/classid etc/libnl/pktloc)
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
+source=(https://github.com/thom311/libnl/releases/download/libnl$(echo ${pkgver} | sed 's|\.|_|g')/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('1323ff6cea47efe9f988893b09840942a8c36131f472a9f3b96eb68d8f8d7555'
+            'SKIP')
+validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver



More information about the arch-commits mailing list