From 6ba15714cf7ea9d1f04a1ae39391c676f738d39f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Oct 2013 09:58:07 +0200 Subject: [PATCH] xkeyboard-config: update to 2.10.1. --- srcpkgs/xkeyboard-config/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xkeyboard-config/template b/srcpkgs/xkeyboard-config/template index 164269b260f..5a57b4754e4 100644 --- a/srcpkgs/xkeyboard-config/template +++ b/srcpkgs/xkeyboard-config/template @@ -1,6 +1,6 @@ # Template build file for 'xkeyboard-config'. pkgname=xkeyboard-config -version=2.9 +version=2.10.1 revision=1 build_style=gnu-configure configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules" @@ -11,12 +11,12 @@ maintainer="Juan RP " homepage="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" license="MIT" distfiles="http://xorg.freedesktop.org/releases/individual/data/$pkgname/$pkgname-$version.tar.bz2" -checksum=5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a +checksum=7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b xkeyboard-config_package() { depends="xkbcomp" noarch="yes" pkg_install() { - vmove usr + vmove all } }