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

Pierre Schmitz pierre at archlinux.org
Sat May 16 12:16:11 UTC 2015


    Date: Saturday, May 16, 2015 @ 14:16:11
  Author: pierre
Revision: 239447

upgpkg: zsh 5.0.7-2

Modified:
  zsh/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-16 11:40:43 UTC (rev 239446)
+++ PKGBUILD	2015-05-16 12:16:11 UTC (rev 239447)
@@ -4,7 +4,7 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.0.7
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
 license=('custom')
@@ -22,6 +22,9 @@
 	# Set correct keymap path
 	sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' Completion/Unix/Command/_loadkeys
 
+	# Fix usb.ids path
+	sed -i 's#/usr/share/misc/usb.ids#/usr/share/hwdata/usb.ids#g' Completion/Linux/Command/_lsusb
+
 	# Remove unneeded and conflicting completion scripts
 	for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat Solaris; do
 		rm -rf Completion/$_fpath



More information about the arch-commits mailing list