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

Levente Polyak anthraxx at gemini.archlinux.org
Fri Aug 19 20:30:33 UTC 2022


    Date: Friday, August 19, 2022 @ 20:30:33
  Author: anthraxx
Revision: 1270993

upgpkg: gef 2022.06-2: adding README.md

Modified:
  gef/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 20:29:56 UTC (rev 1270992)
+++ PKGBUILD	2022-08-19 20:30:33 UTC (rev 1270993)
@@ -2,7 +2,7 @@
 
 pkgname=gef
 pkgver=2022.06
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-Architecture GDB Enhanced Features for Exploiters & Reverse-Engineers'
 url='https://github.com/hugsy/gef'
 arch=('any')
@@ -28,6 +28,7 @@
   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 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -d "${pkgdir}/usr/share/doc/${pkgname}"
   cp -r docs/* "${pkgdir}/usr/share/doc/${pkgname}"



More information about the arch-commits mailing list