[arch-commits] Commit in pwndbg/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Oct 16 08:37:37 UTC 2018


    Date: Tuesday, October 16, 2018 @ 08:37:36
  Author: anthraxx
Revision: 394542

upgpkg: pwndbg 2018.07.29-2 (fix dependency)

Modified:
  pwndbg/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 08:25:04 UTC (rev 394541)
+++ PKGBUILD	2018-10-16 08:37:36 UTC (rev 394542)
@@ -2,13 +2,13 @@
 
 pkgname=pwndbg
 pkgver=2018.07.29
-pkgrel=1
+pkgrel=2
 pkgdesc='Makes debugging with GDB suck less'
 url='https://github.com/pwndbg/pwndbg'
 arch=('any')
 license=('MIT')
-depends=('python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 'python-ptrace'
-         'python-pyelftools' 'python-six' 'python-future')
+depends=('gdb' 'python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 'python-ptrace'
+         'python-pyelftools' 'python-six' 'python-future' 'python-pygments')
 optdepends=('checksec: checksec command support'
             'ropper: ropper command support'
             'ropgadget: ropgadget command support'



More information about the arch-commits mailing list