Date: Wednesday, January 25, 2017 @ 15:40:08 Author: mtorromeo Revision: 209067
upgpkg: sysdig 0.14.0-1 Modified: sysdig/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-25 15:32:07 UTC (rev 209066) +++ PKGBUILD 2017-01-25 15:40:08 UTC (rev 209067) @@ -4,8 +4,8 @@ # Contribuitor: Christian Babeux <[email protected]> pkgname=sysdig -pkgver=0.13.0 -pkgrel=2 +pkgver=0.14.0 +pkgrel=1 pkgdesc="Open source system-level exploration and troubleshooting tool" arch=('i686' 'x86_64') url="http://www.sysdig.org/" @@ -12,15 +12,12 @@ license=('GPL2') depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq') makedepends=('cmake' 'pandoc') -source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz" - "linux-4.9.1.patch::https://github.com/draios/sysdig/commit/ded1f7b24b1cbc1425257b1dda22c4a1d04f4971.patch") -sha256sums=('2a5e744cef11348aa36d88bff9974557727e3b632a41e4b3b5e1903d0e911d3e' - 'cb73fbe316d41a52696bdf575c5f58079dc06cf4b2dc4b6d8f4d98d177d9ceca') +source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('e6a856fee9f7b00e3a46f176bf39fa737c20e684eeb38d34c1636684c3259e93') install=$pkgname.install prepare() { cd "$srcdir"/$pkgname-$pkgver - patch -p1 -i "$srcdir"/linux-4.9.1.patch sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \ -i scripts/CMakeLists.txt }
