summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2019-06-05 10:42:54 +0200
committerÓscar García Amor2019-06-05 10:42:54 +0200
commit643612a007ae9a6afb3012fae0fade4a4af8cf24 (patch)
tree58c405bb5c02a1633e1bae6e4c0f905089e82d00
parent11e88e21ed2326b8557fc85da7917b280857a719 (diff)
downloadaur-643612a007ae9a6afb3012fae0fade4a4af8cf24.tar.gz
upgpkg: sysdig-inspect 0.4.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be8bc64fe5ae..9995ad03bac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sysdig-inspect
pkgdesc = A powerful opensource interface for container troubleshooting and security investigation
- pkgver = 0.3.3
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/draios/sysdig-inspect
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = sysdig-inspect
depends = libxtst
depends = nss
optdepends = gnome-keyring
- noextract = sysdig-inspect_0.3.3_amd64.deb
- source = https://download.sysdig.com/stable/sysdig-inspect/sysdig-inspect_0.3.3_amd64.deb
- sha256sums = a9a590e3f9150398ee67724267338e55822c5cc4611a2e82ee5d4024960731fd
+ noextract = sysdig-inspect_0.4.1_amd64.deb
+ source = https://download.sysdig.com/stable/sysdig-inspect/sysdig-inspect_0.4.1_amd64.deb
+ sha256sums = c77ae68e0adfcac067294de0ce37f525fc15b5ffc9bf30493125889fdebcb83e
pkgname = sysdig-inspect
diff --git a/PKGBUILD b/PKGBUILD
index b7955b265cb4..6ef35b81a58c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=sysdig-inspect
-pkgver=0.3.3
+pkgver=0.4.1
pkgrel=1
pkgdesc="A powerful opensource interface for container troubleshooting and security investigation"
arch=('x86_64')
@@ -11,10 +11,10 @@ depends=('alsa-lib' 'gconf' 'gtk2' 'libsecret' 'libxss' 'libxtst' 'nss')
optdepends=('gnome-keyring')
source=("https://download.sysdig.com/stable/sysdig-inspect/${pkgname}_${pkgver}_amd64.deb")
noextract=("${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('a9a590e3f9150398ee67724267338e55822c5cc4611a2e82ee5d4024960731fd')
+sha256sums=('c77ae68e0adfcac067294de0ce37f525fc15b5ffc9bf30493125889fdebcb83e')
package() {
- bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.gz | bsdtar -C "$pkgdir" -xzf -
+ bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -
# Permission fix
find "${pkgdir}" -type d -exec chmod 755 {} +