[arch-commits] Commit in sysdig/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Tue Oct 9 11:36:18 UTC 2018
Date: Tuesday, October 9, 2018 @ 11:36:17
Author: mtorromeo
Revision: 391452
upgpkg: sysdig 0.24.1-1
Modified:
sysdig/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-09 10:11:02 UTC (rev 391451)
+++ PKGBUILD 2018-10-09 11:36:17 UTC (rev 391452)
@@ -3,17 +3,17 @@
# Contribuitor: Christian Babeux <christian.babeux at 0x80.ca>
pkgname=sysdig
-pkgver=0.23.1
+pkgver=0.24.1
pkgrel=1
pkgdesc="Open source system-level exploration and troubleshooting tool"
arch=('x86_64')
url="http://www.sysdig.org/"
-license=('GPL2')
-depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64')
+license=('GPL2' 'Apache' 'MIT')
+depends=('dkms' 'jsoncpp' 'luajit' 'curl' 'jq' 'libb64' 'intel-tbb')
makedepends=('cmake' 'pandoc')
source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz"
"bashcomp-location.patch")
-sha256sums=('57d5b713b875eba35546a1408bf3f20c2703904a17d956be115ee55272db4cfa'
+sha256sums=('828f99338e9912bde68aa0d6ae3dffe8c20bca999cfcc2b81f45b79cb97dffa9'
'aaee8a0ff414a24c5d5a479229324be1667bc5eb70702838f5d617fd986f947b')
prepare() {
@@ -40,6 +40,11 @@
package() {
cd "$srcdir"/$pkgname-$pkgver
+
+ install -dm755 "$pkgdir"/usr/share/licenses/$pkgname
+ install -m644 NOTICES COPYING "$pkgdir"/usr/share/licenses/$pkgname
+
cd build
make install DESTDIR="$pkgdir"
+
}
More information about the arch-commits
mailing list