summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranthraxx2015-07-21 19:26:10 +0200
committeranthraxx2015-07-21 19:26:10 +0200
commit0a2a8c5f4e647c940fc55f8d1d660db3194efd58 (patch)
tree35911dd2700cd7201510591a7cd7f5b80b6f00e1 /PKGBUILD
parentca6aea936e74dc9ded9d4870cee67e8ae8198059 (diff)
downloadaur-0a2a8c5f4e647c940fc55f8d1d660db3194efd58.tar.gz
upgpkg: peda-git 68.69068b0-2
- adding missing python2-six to depends
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')