Date: Wednesday, August 15, 2018 @ 11:06:36 Author: anthraxx Revision: 371713
upgpkg: pwndbg 2018.07.29-1 Modified: pwndbg/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-15 10:08:12 UTC (rev 371712) +++ PKGBUILD 2018-08-15 11:06:36 UTC (rev 371713) @@ -1,8 +1,8 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=pwndbg -pkgver=2017.09.26 -pkgrel=3 +pkgver=2018.07.29 +pkgrel=1 pkgdesc='Makes debugging with GDB suck less' url='https://github.com/pwndbg/pwndbg' arch=('any') @@ -10,11 +10,11 @@ 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' - 'ropper: ropper command support' 'radare2: radare2 command support') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pwndbg/pwndbg/archive/${pkgver}.tar.gz) -sha512sums=('fd8d5d80e8c1e974a55783807129b3288f3695a1b16e06e114b64f72b8876e430dd7131e4c47cd94937ba337917001317ec887f54c9c86fc6264d1ee35d85f8b') +sha512sums=('1ebe5652d9d9e5161f2c383d3d5d2e4eaf6c162412ec50ed77da39631c7decccd2fc53045646197fea3966ac47ae3b81f67f685ff1905c6585b5b7deea12ca7a') prepare() { cd ${pkgname}-${pkgver}
