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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jan 17 13:42:14 UTC 2017


    Date: Tuesday, January 17, 2017 @ 13:42:13
  Author: mtorromeo
Revision: 207732

Fix build on linux >= 4.9.1 (FS#52583)

Modified:
  sysdig/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 13:24:31 UTC (rev 207731)
+++ PKGBUILD	2017-01-17 13:42:13 UTC (rev 207732)
@@ -5,7 +5,7 @@
 
 pkgname=sysdig
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
 url="http://www.sysdig.org/"
@@ -12,12 +12,15 @@
 license=('GPL2')
 depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq')
 makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2a5e744cef11348aa36d88bff9974557727e3b632a41e4b3b5e1903d0e911d3e')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        "linux-4.9.1.patch::https://github.com/draios/sysdig/commit/ded1f7b24b1cbc1425257b1dda22c4a1d04f4971.patch")
+sha256sums=('2a5e744cef11348aa36d88bff9974557727e3b632a41e4b3b5e1903d0e911d3e'
+            'cb73fbe316d41a52696bdf575c5f58079dc06cf4b2dc4b6d8f4d98d177d9ceca')
 install=$pkgname.install
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/linux-4.9.1.patch
   sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
       -i scripts/CMakeLists.txt
 }



More information about the arch-commits mailing list