From af519254b5c9c9847b965ca302c322345f873a05 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 Aug 2013 11:06:33 +0200 Subject: [PATCH] wayland: update to 1.2.1. --- srcpkgs/wayland/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index c3748bceb4..bf3f498af5 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,6 +1,6 @@ # Template file for 'wayland'. pkgname=wayland -version=1.2.0 +version=1.2.1 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=6b0439a017185bc5b2fed96c178bed3abf7f19188f3078f4d69fd3ce222d654c +checksum=78062e2b081731d96de6a514a91322ad6e7cf6cacfa9c32997bbb3ad6e7f166f if [ "$CROSS_BUILD" ]; then hostmakedepends+=" automake libtool wayland-devel"