From 9c031e08647d17d05b52a10aa298db7baac9a56c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 May 2014 08:06:30 +0200 Subject: [PATCH] wayland: update to 1.5.0. --- srcpkgs/wayland/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index b03c32e69bf..8c1220e44e8 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,6 +1,6 @@ # Template file for 'wayland'. pkgname=wayland -version=1.4.0 +version=1.5.0 revision=1 build_style=gnu-configure configure_args="--disable-documentation --disable-static" @@ -11,7 +11,7 @@ maintainer="Juan RP " homepage="http://wayland.freedesktop.org/" license="MIT" distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz" -checksum=18f33b9f15b4c8b662fb1968e7636e7926b419dfc48de8a164b3a3d7095c5a58 +checksum=0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" libtool wayland-devel"