summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-10-19 22:07:56 +0200
committeranthraxx2016-10-19 22:07:56 +0200
commita41991d17ad7f76179386792f7969d0b0d70bd0b (patch)
tree3d07ff4c4c46df12a0ca309b1ac77e4afe016a46
parent69a59901e63204f34245922a8f6fb16680241103 (diff)
downloadaur-a41991d17ad7f76179386792f7969d0b0d70bd0b.tar.gz
upgpkg: pwndbg-git 2016.09.22.469.30f1498-1
upstream release
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aaa03373732..2c3dec2b258b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwndbg-git
pkgdesc = Makes debugging with GDB suck less
- pkgver = 2016.09.22.465.b7c0fe8
+ pkgver = 2016.09.22.469.30f1498
pkgrel = 1
url = https://github.com/pwndbg/pwndbg
arch = any
@@ -13,6 +13,7 @@ pkgbase = pwndbg-git
depends = python-ptrace
depends = python-pyelftools
depends = python-six
+ depends = python-future
optdepends = checksec: checksec command support
optdepends = ropper: ropper command support
optdepends = ropgadget: ropgadget command support
diff --git a/PKGBUILD b/PKGBUILD
index a4ca7ceae39c..aeca6f95f74d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=pwndbg-git
-pkgver=2016.09.22.465.b7c0fe8
+pkgver=2016.09.22.469.30f1498
pkgrel=1
pkgdesc='Makes debugging with GDB suck less'
url='https://github.com/pwndbg/pwndbg'
arch=('any')
license=('MIT')
-depends=('python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 'python-ptrace' 'python-pyelftools' 'python-six')
+depends=('python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 'python-ptrace'
+ 'python-pyelftools' 'python-six' 'python-future')
optdepends=('checksec: checksec command support'
'ropper: ropper command support'
'ropgadget: ropgadget command support')