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

Massimiliano Torromeo mtorromeo at archlinux.org
Wed Apr 3 07:06:02 UTC 2019


    Date: Wednesday, April 3, 2019 @ 07:06:02
  Author: mtorromeo
Revision: 448271

upgpkg: sysdig 0.25-1

Modified:
  sysdig/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-03 06:56:38 UTC (rev 448270)
+++ PKGBUILD	2019-04-03 07:06:02 UTC (rev 448271)
@@ -3,25 +3,22 @@
 # Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
 
 pkgname=sysdig
-pkgver=0.24.2
-pkgrel=2
+pkgver=0.25
+pkgrel=1
 pkgdesc="Open source system-level exploration and troubleshooting tool"
 arch=('x86_64')
 url="https://www.sysdig.com/"
 license=('GPL2' 'Apache' 'MIT')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb' 'grpc')
 makedepends=('cmake' 'pandoc')
 source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-        "linux-5.0.patch::https://github.com/draios/sysdig/commit/2c8f0263382bf64800faec5fba5cc3e005d9fb1e.patch"
         "bashcomp-location.patch")
-sha256sums=('cd925afd2fb0a26728611666e017d480afd49158c2d70714c7461a97c8820807'
-            '232d999c0cbb298083574365322117fa064527e6edbe011eb48423762e1fc5f1'
+sha256sums=('8c22df9703ce953ff962de5b148dacbb96810956bf2c8d7a73239898f725684c'
             'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
   patch -p1 -i "$srcdir"/bashcomp-location.patch
-  patch -p1 -i "$srcdir"/linux-5.0.patch
 }
 
 build() {
@@ -49,5 +46,4 @@
 
   cd build
   make install DESTDIR="$pkgdir"
-
 }



More information about the arch-commits mailing list