[arch-commits] Commit in pwndbg/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed Aug 15 11:06:43 UTC 2018
Date: Wednesday, August 15, 2018 @ 11:06:43
Author: anthraxx
Revision: 371714
archrelease: copy trunk to community-any
Added:
pwndbg/repos/community-any/PKGBUILD
(from rev 371713, pwndbg/trunk/PKGBUILD)
Deleted:
pwndbg/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-15 11:06:36 UTC (rev 371713)
+++ PKGBUILD 2018-08-15 11:06:43 UTC (rev 371714)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=pwndbg
-pkgver=2017.09.26
-pkgrel=3
-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')
-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)
-sha512sums=('fd8d5d80e8c1e974a55783807129b3288f3695a1b16e06e114b64f72b8876e430dd7131e4c47cd94937ba337917001317ec887f54c9c86fc6264d1ee35d85f8b')
-
-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 371713, pwndbg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-15 11:06:43 UTC (rev 371714)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=pwndbg
+pkgver=2018.07.29
+pkgrel=1
+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')
+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=('1ebe5652d9d9e5161f2c383d3d5d2e4eaf6c162412ec50ed77da39631c7decccd2fc53045646197fea3966ac47ae3b81f67f685ff1905c6585b5b7deea12ca7a')
+
+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