[arch-commits] Commit in pwndbg/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Jan 6 09:40:15 UTC 2022
Date: Thursday, January 6, 2022 @ 09:40:12
Author: arojas
Revision: 1094637
archrelease: copy trunk to community-any
Added:
pwndbg/repos/community-any/PKGBUILD
(from rev 1094636, pwndbg/trunk/PKGBUILD)
Deleted:
pwndbg/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-06 09:40:02 UTC (rev 1094636)
+++ PKGBUILD 2022-01-06 09:40:12 UTC (rev 1094637)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=pwndbg
-pkgver=2021.06.22
-pkgrel=2
-pkgdesc='Makes debugging with GDB suck less'
-url='https://github.com/pwndbg/pwndbg'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'python' 'python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 'python-ptrace'
- 'python-pyelftools' 'python-six' 'python-future' 'python-pygments' 'which')
-optdepends=('checksec: checksec command support'
- 'ropper: ropper command support'
- 'ropgadget: ropgadget command support'
- 'radare2: radare2 command support')
-source=(https://github.com/pwndbg/pwndbg/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('dac3980ed4ab96bd6f5d584856a5f8bc53388a75962358e77beaaba57fa8be9ebd3a9ac221e5a252a8dd797b76e823c3530dddaa51b1c974e3382ef81d739199')
-b2sums=('d0e4d01cc62ebeb6e7ebdcdb4ff0aa45020e4595eb97b4882ca08662c42446f7e283f8fc4106da5e0e4cd959e864bebd7446f7740bcca44a5aaebdf54ea77f80')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed '/0L/d' -i ida_script.py
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- python -m compileall .
- python -O -m compileall .
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- 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 -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: pwndbg/repos/community-any/PKGBUILD (from rev 1094636, pwndbg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-06 09:40:12 UTC (rev 1094637)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=pwndbg
+pkgver=2022.01.05
+pkgrel=1
+pkgdesc='Makes debugging with GDB suck less'
+url='https://github.com/pwndbg/pwndbg'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'python' 'python-capstone' 'python-unicorn' 'python-pycparser' 'python-psutil' 'python-ptrace'
+ 'python-pyelftools' 'python-six' 'python-future' 'python-pygments' 'which')
+optdepends=('checksec: checksec command support'
+ 'ropper: ropper command support'
+ 'ropgadget: ropgadget command support'
+ 'radare2: radare2 command support')
+source=(https://github.com/pwndbg/pwndbg/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ebb61b402bb6cbaa516c2b1d885f231f6f591c2226d02d69cdd163f674ed41aba5505e3390b47e431f93a6e5de3867feb93c2be6da03a32c5f4c7a0ff074fa08')
+b2sums=('a221fa3af2145a819bc780f3395a168a91371ce1218dc4acfee2ac3420a78c8550c98921dbb03f4bc928cdac07fdc6bed8be7c642a5be42064492192b3443ea6')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed '/0L/d' -i ida_script.py
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ python -m compileall .
+ python -O -m compileall .
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ 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 -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list