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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jul 25 08:04:34 UTC 2017


    Date: Tuesday, July 25, 2017 @ 08:04:33
  Author: mtorromeo
Revision: 246318

upgpkg: sysdig 0.17.0-1

Modified:
  sysdig/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-25 08:02:06 UTC (rev 246317)
+++ PKGBUILD	2017-07-25 08:04:33 UTC (rev 246318)
@@ -4,8 +4,8 @@
 # Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
 
 pkgname=sysdig
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('i686' 'x86_64')
 url="http://www.sysdig.org/"
@@ -12,18 +12,17 @@
 license=('GPL2')
 depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
 makedepends=('cmake' 'pandoc')
-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')
+source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f009acc32f2b15fcb0d2267bde6f6de9b3445179003c979ba61a8836abdb78f9')
 install=$pkgname.install
 
 prepare() {
   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
+  sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' -i \
+      scripts/CMakeLists.txt
+  sed 's|curl/curlbuild\.h|curl/system.h|' -i \
+      userspace/libsinsp/marathon_http.cpp \
+      userspace/libsinsp/mesos_http.cpp
 }
 
 build() {



More information about the arch-commits mailing list