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

Levente Polyak anthraxx at archlinux.org
Wed Aug 15 09:38:33 UTC 2018


    Date: Wednesday, August 15, 2018 @ 09:38:33
  Author: anthraxx
Revision: 371706

upgpkg: radare2 2.8.0-2 (adding zsh completions)

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-15 09:36:31 UTC (rev 371705)
+++ PKGBUILD	2018-08-15 09:38:33 UTC (rev 371706)
@@ -3,7 +3,7 @@
 
 pkgname=radare2
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
 url='https://radare.org'
 arch=('x86_64')
@@ -26,6 +26,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/zsh/* -t "${pkgdir}/usr/share/zsh/site-functions"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list