[arch-commits] Commit in pwndbg/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue May 15 22:53:48 UTC 2018
Date: Tuesday, May 15, 2018 @ 22:53:47
Author: anthraxx
Revision: 322537
upgpkg: pwndbg 2017.09.26-3 (adding ropgadget optdepends)
Modified:
pwndbg/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-15 22:43:57 UTC (rev 322536)
+++ PKGBUILD 2018-05-15 22:53:47 UTC (rev 322537)
@@ -2,7 +2,7 @@
pkgname=pwndbg
pkgver=2017.09.26
-pkgrel=2
+pkgrel=3
pkgdesc='Makes debugging with GDB suck less'
url='https://github.com/pwndbg/pwndbg'
arch=('any')
@@ -10,6 +10,7 @@
depends=('python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 'python-ptrace'
'python-pyelftools' 'python-six' 'python-future')
optdepends=('checksec: checksec 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)
@@ -31,7 +32,7 @@
install -d "${pkgdir}/usr/share/pwndbg"
cp -r *.py pwndbg __pycache__ "${pkgdir}/usr/share/pwndbg"
install -Dm 644 README.md FEATURES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list