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

Gaetan Bisson bisson at archlinux.org
Wed Aug 27 17:56:36 UTC 2014


    Date: Wednesday, August 27, 2014 @ 19:56:36
  Author: bisson
Revision: 220708

rebuild to fix pyc/pyo mtime

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-27 17:41:21 UTC (rev 220707)
+++ PKGBUILD	2014-08-27 17:56:36 UTC (rev 220708)
@@ -5,7 +5,7 @@
 
 pkgname=nmap
 pkgver=6.47
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
@@ -37,4 +37,5 @@
 	make DESTDIR="${pkgdir}" install
 	rm "${pkgdir}"/usr/bin/uninstall_zenmap
 	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+	python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
 }




More information about the arch-commits mailing list