[arch-commits] Commit in sysdig/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Jul 10 12:41:18 UTC 2017
Date: Monday, July 10, 2017 @ 12:41:18
Author: mtorromeo
Revision: 243607
upgpkg: sysdig 0.16.0-2
Modified:
sysdig/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-10 12:36:10 UTC (rev 243606)
+++ PKGBUILD 2017-07-10 12:41:18 UTC (rev 243607)
@@ -5,7 +5,7 @@
pkgname=sysdig
pkgver=0.16.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open source system-level exploration and troubleshooting tool"
arch=('i686' 'x86_64')
url="http://www.sysdig.org/"
@@ -12,8 +12,10 @@
license=('GPL2')
depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
makedepends=('cmake' 'pandoc')
-source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('73a0190c973e4a591013d0c73ff2ea9f623ab50b78ff78f7a33fe31460ba24a1')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+ "unified-cgroup-fix.patch::https://github.com/draios/sysdig/commit/2044108ef1f863f77735aa05ccd930ed462aa09c.patch")
+sha256sums=('73a0190c973e4a591013d0c73ff2ea9f623ab50b78ff78f7a33fe31460ba24a1'
+ '3d8dc29f3d69a4befa8dd3939ccf831ef2c46c56c2bcd3500f41f1eceacb7bba')
install=$pkgname.install
prepare() {
@@ -20,6 +22,8 @@
cd "$srcdir"/$pkgname-$pkgver
sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-i scripts/CMakeLists.txt
+
+ patch -p1 -i "$srcdir"/unified-cgroup-fix.patch
}
build() {
More information about the arch-commits
mailing list