summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2017-09-25 13:46:13 +0200
committeranthraxx2017-09-25 13:46:13 +0200
commitf127acd730fca66cac3669b5f59f8379a8cf9c13 (patch)
tree43f6435fa02ad9c38602364c28d6633ce00ad020
parenta41991d17ad7f76179386792f7969d0b0d70bd0b (diff)
downloadaur-f127acd730fca66cac3669b5f59f8379a8cf9c13.tar.gz
upgpkg: pwndbg-git 2017.02.01.610.70784f2-1 (adding new optdepends)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c3dec2b258b..9415d2c6c12b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwndbg-git
pkgdesc = Makes debugging with GDB suck less
- pkgver = 2016.09.22.469.30f1498
+ pkgver = 2017.02.01.610.70784f2
pkgrel = 1
url = https://github.com/pwndbg/pwndbg
arch = any
@@ -17,6 +17,7 @@ pkgbase = pwndbg-git
optdepends = checksec: checksec command support
optdepends = ropper: ropper command support
optdepends = ropgadget: ropgadget command support
+ optdepends = radare2: radare2 command support
provides = pwndbg
conflicts = pwndbg
source = pwndbg-git::git+https://github.com/pwndbg/pwndbg
diff --git a/PKGBUILD b/PKGBUILD
index aeca6f95f74d..35412a3ffaa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=pwndbg-git
-pkgver=2016.09.22.469.30f1498
+pkgver=2017.02.01.610.70784f2
pkgrel=1
pkgdesc='Makes debugging with GDB suck less'
url='https://github.com/pwndbg/pwndbg'
@@ -11,7 +11,8 @@ depends=('python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' '
'python-pyelftools' 'python-six' 'python-future')
optdepends=('checksec: checksec command support'
'ropper: ropper command support'
- 'ropgadget: ropgadget command support')
+ 'ropgadget: ropgadget command support'
+ 'radare2: radare2 command support')
makedepends=('git')
provides=('pwndbg')
conflicts=('pwndbg')