[arch-commits] Commit in peda/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 8 18:10:33 UTC 2021


    Date: Wednesday, September 8, 2021 @ 18:10:33
  Author: anthraxx
Revision: 1012932

archrelease: copy trunk to community-any

Added:
  peda/repos/community-any/PKGBUILD
    (from rev 1012931, peda/trunk/PKGBUILD)
Deleted:
  peda/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 18:10:29 UTC (rev 1012931)
+++ PKGBUILD	2021-09-08 18:10:33 UTC (rev 1012932)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Christian Rebischke <echo Q2hyaXMuUmViaXNjaGtlQGdtYWlsLmNvbQo= | base64 -d>
-
-pkgname=peda
-pkgver=1.1
-pkgrel=4
-pkgdesc='Python Exploit Development Assistance for GDB'
-url='https://github.com/longld/peda'
-arch=('any')
-license=('custom:Creative Commons')
-depends=('gdb' 'binutils' 'nasm' 'python-six')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/longld/peda/archive/v${pkgver}.tar.gz)
-sha512sums=('fab97c2edf36605632639b38ec995a1fd06a7c309b2a50d4bd30dae257cc359eee3751e0792f39b408dc5b62a206e339ee4a4688bfcf60c5daeb8c032a16aaaa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  rm lib/six.py
-  sed '/git clone/d' -i README.md
-  sed 's|~/peda/peda.py|/usr/share/peda/peda.py|g' -i README.md
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  echo 'Compiling python objects...'
-  python -m compileall . >/dev/null
-  python -O -m compileall . >/dev/null
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 *.py -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 __pycache__/* -t "${pkgdir}/usr/share/${pkgname}/__pycache__"
-  install -Dm 644 lib/*.py -t "${pkgdir}/usr/share/${pkgname}/lib"
-  install -Dm 644 lib/__pycache__/* -t "${pkgdir}/usr/share/${pkgname}/lib/__pycache__"
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim: ts=2 sw=2 et:

Copied: peda/repos/community-any/PKGBUILD (from rev 1012931, peda/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-08 18:10:33 UTC (rev 1012932)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Christian Rebischke <echo Q2hyaXMuUmViaXNjaGtlQGdtYWlsLmNvbQo= | base64 -d>
+
+pkgname=peda
+pkgver=1.2
+pkgrel=1
+pkgdesc='Python Exploit Development Assistance for GDB'
+url='https://github.com/longld/peda'
+arch=('any')
+license=('custom:Creative Commons')
+depends=('gdb' 'binutils' 'nasm' 'python-six')
+source=(https://github.com/longld/peda/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e69844b8c3a51af96096d97ebfa4a67ac8ff16e4a9e0edb64bbb5e946b1ebeaa56260663718b90145f4191cc25762f3e351a8de92bf9b56f9f1d11389c563c43')
+b2sums=('6942b99d714eb1114167b80ba202d86f6dee52cd47c8047b4cb78d4a91f45e1594521440a3318a968e35c5dc56a616393c0837d6f9db5ba41505641a385fb573')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm lib/six.py
+  sed '/git clone/d' -i README.md
+  sed 's|~/peda/peda.py|/usr/share/peda/peda.py|g' -i README.md
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  echo 'Compiling python objects...'
+  python -m compileall . >/dev/null
+  python -O -m compileall . >/dev/null
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 *.py -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 __pycache__/* -t "${pkgdir}/usr/share/${pkgname}/__pycache__"
+  install -Dm 644 lib/*.py -t "${pkgdir}/usr/share/${pkgname}/lib"
+  install -Dm 644 lib/__pycache__/* -t "${pkgdir}/usr/share/${pkgname}/lib/__pycache__"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list