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

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Mar 11 08:55:00 UTC 2019


    Date: Monday, March 11, 2019 @ 08:54:59
  Author: mtorromeo
Revision: 439723

upgpkg: sysdig 0.24.2-2

Fixed dkms module building issues with linux 5.0

Modified:
  sysdig/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-11 08:46:19 UTC (rev 439722)
+++ PKGBUILD	2019-03-11 08:54:59 UTC (rev 439723)
@@ -4,7 +4,7 @@
 
 pkgname=sysdig
 pkgver=0.24.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
 url="https://www.sysdig.com/"
@@ -12,13 +12,16 @@
 depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
 makedepends=('cmake' 'pandoc')
 source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        "linux-5.0.patch::https://github.com/draios/sysdig/commit/2c8f0263382bf64800faec5fba5cc3e005d9fb1e.patch"
         "bashcomp-location.patch")
 sha256sums=('cd925afd2fb0a26728611666e017d480afd49158c2d70714c7461a97c8820807'
+            '232d999c0cbb298083574365322117fa064527e6edbe011eb48423762e1fc5f1'
             'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
   patch -p1 -i "$srcdir"/bashcomp-location.patch
+  patch -p1 -i "$srcdir"/linux-5.0.patch
 }
 
 build() {



More information about the arch-commits mailing list