Date: Sunday, March 25, 2018 @ 11:03:00 Author: bpiotrowski Revision: 312556
2017.09.26-2: remove external optdepends Modified: pwndbg/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-25 11:02:56 UTC (rev 312555) +++ PKGBUILD 2018-03-25 11:03:00 UTC (rev 312556) @@ -2,7 +2,7 @@ pkgname=pwndbg pkgver=2017.09.26 -pkgrel=1 +pkgrel=2 pkgdesc='Makes debugging with GDB suck less' url='https://github.com/pwndbg/pwndbg' arch=('any') @@ -11,7 +11,6 @@ 'python-pyelftools' 'python-six' 'python-future') optdepends=('checksec: checksec command support' 'ropper: ropper command support' - 'ropgadget: ropgadget command support' 'radare2: radare2 command support') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pwndbg/pwndbg/archive/${pkgver}.tar.gz) sha512sums=('fd8d5d80e8c1e974a55783807129b3288f3695a1b16e06e114b64f72b8876e430dd7131e4c47cd94937ba337917001317ec887f54c9c86fc6264d1ee35d85f8b')
