summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Gario2016-11-06 14:38:42 +0100
committerAlessandro Gario2016-11-06 14:38:42 +0100
commit8a2147f7ae4375d97114b5aa0c2c9b6efe0de640 (patch)
tree42b6ce2884de38823b34fa26d667081a9ff5e18a
parentd007b8fe9e4960bcd5495f985dddc8437be974e7 (diff)
downloadaur-8a2147f7ae4375d97114b5aa0c2c9b6efe0de640.tar.gz
Added a missing dependency: xcb-util-renderutil
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe56a8a90343..59a530597728 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cerbero-profiler
pkgdesc = Cerbero Profiler is a tool designed primarily for malware and forensic analysis. It supports a huge number of file formats on which it performs analysis and lets the user inspect their internal layout.
pkgver = 2.6.2
- pkgrel = 2
+ pkgrel = 3
url = http://cerbero.io/profiler
arch = x86_64
license = custom
@@ -11,6 +11,7 @@ pkgbase = cerbero-profiler
depends = coreutils
depends = binutils
depends = openssl
+ depends = xcb-util-renderutil
provides = cerbero-profiler
noextract = libpython3.4_3.4.0-2ubuntu1.1_amd64.deb
noextract = libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 8a1afa1f3c1f..571cccbe6629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=cerbero-profiler
pkgver=2.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Cerbero Profiler is a tool designed primarily for malware and forensic analysis. It supports a huge number of file formats on which it performs analysis and lets the user inspect their internal layout."
arch=('x86_64')
url="http://cerbero.io/profiler"
license=('custom')
-depends=('curl' 'tar' 'findutils' 'coreutils' 'binutils' 'openssl')
+depends=('curl' 'tar' 'findutils' 'coreutils' 'binutils' 'openssl' 'xcb-util-renderutil')
provides=('cerbero-profiler')
#