[arch-commits] Commit in sysdig/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Wed Oct 26 15:08:06 UTC 2016
Date: Wednesday, October 26, 2016 @ 15:08:05
Author: mtorromeo
Revision: 193638
upgpkg: sysdig 0.12.0-1
Modified:
sysdig/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-26 15:02:08 UTC (rev 193637)
+++ PKGBUILD 2016-10-26 15:08:05 UTC (rev 193638)
@@ -4,16 +4,16 @@
# Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
pkgname=sysdig
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
pkgdesc="Open source system-level exploration and troubleshooting tool"
arch=('i686' 'x86_64')
url="http://www.sysdig.org/"
license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq')
makedepends=('cmake' 'pandoc')
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('59ae661c8eb33d00f31d33d48a908261bb4b0e2d001e1f40e16b5855fe46103b')
+sha256sums=('8399cfb77e5f61a4d7aa0ef94ec79ab60afc11571f8604791e6378a90a14ce9e')
install=$pkgname.install
prepare() {
@@ -20,6 +20,8 @@
cd "$srcdir"/$pkgname-$pkgver
sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \
-i scripts/CMakeLists.txt
+ sed "s/\tsinsp/\tsinsp crypto ssl/" \
+ -i userspace/sysdig/CMakeLists.txt
}
build() {
@@ -32,8 +34,6 @@
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSDIG_VERSION=$pkgver \
-DUSE_BUNDLED_DEPS=OFF \
- -DUSE_BUNDLED_JSONCPP=OFF \
- -DUSE_BUNDLED_JQ=ON \
-DUSE_BUNDLED_B64=ON \
-DBUILD_DRIVER=OFF
make
More information about the arch-commits
mailing list