[arch-commits] Commit in sysdig/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Mon Nov 14 13:46:52 UTC 2016
Date: Monday, November 14, 2016 @ 13:46:52
Author: mtorromeo
Revision: 195669
upgpkg: sysdig 0.12.1-1
Modified:
sysdig/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-14 13:13:45 UTC (rev 195668)
+++ PKGBUILD 2016-11-14 13:46:52 UTC (rev 195669)
@@ -4,7 +4,7 @@
# Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
pkgname=sysdig
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc="Open source system-level exploration and troubleshooting tool"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq')
makedepends=('cmake' 'pandoc')
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('8399cfb77e5f61a4d7aa0ef94ec79ab60afc11571f8604791e6378a90a14ce9e')
+sha256sums=('7d4ab158ea8059b2340c4b4cc40c315d30b508cb7236d2f079d4458bc2959691')
install=$pkgname.install
prepare() {
@@ -20,8 +20,6 @@
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() {
More information about the arch-commits
mailing list