From c9125996bfe7b8ea963a021ad2bf6383890b5968 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 29 Sep 2016 19:43:46 +0200 Subject: [PATCH] xkeyboard-config: update to 2.19. --- srcpkgs/xkeyboard-config/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xkeyboard-config/template b/srcpkgs/xkeyboard-config/template index b7469acb9f..b8c9bb6bea 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.18 +version=2.19 revision=1 noarch=yes build_style=gnu-configure @@ -12,5 +12,9 @@ short_desc="X Keyboard Configuration Database" 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=c41d917d6c8a59feb7ccbda51c40a6ada824fdd1e9684b52dd48c9530617ddd0 +distfiles="${XORG_SITE}/data/$pkgname/$pkgname-$version.tar.bz2" +checksum=83dfd186b9eb9ced69e01d8d8e2f15b6a79b2e30124874ef086f2d3048f45827 + +post_install() { + vlicense COPYING +}