summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f1c4fb720a8..30d97e60fe74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=peda-git
pkgver=68.69068b0
-pkgrel=1
+pkgrel=2
pkgdesc="PEDA - Python Exploit Development Assistance for GDB"
url='https://github.com/longld/peda'
arch=('any')
license=('custom:Creative Commons')
-depends=( 'gdb' 'python2' 'binutils' 'nasm')
+depends=( 'gdb' 'binutils' 'nasm' 'python2-six')
makedepends=('git')
provides=('peda')
conflicts=('peda')