From b68cf5789e32849cc7896fb20250dd71e8c20607 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 12 May 2016 17:01:40 +0200 Subject: [PATCH] xcb-util-cursor: update to 0.1.3. --- srcpkgs/xcb-util-cursor/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xcb-util-cursor/template b/srcpkgs/xcb-util-cursor/template index 766925d2440..5311855de96 100644 --- a/srcpkgs/xcb-util-cursor/template +++ b/srcpkgs/xcb-util-cursor/template @@ -1,6 +1,6 @@ # Template build for 'xcb-util-cursor'. pkgname=xcb-util-cursor -version=0.1.2 +version=0.1.3 revision=1 build_style=gnu-configure configure_args="--disable-static" @@ -11,7 +11,11 @@ maintainer="Juan RP " homepage="http://xcb.freedesktop.org" license="MIT" distfiles="http://xcb.freedesktop.org/dist/${pkgname}-${version}.tar.bz2" -checksum=ed65367b810d47ab637011585135f4a84dd12e235dddcd3b26e0cfb3be21fb3a +checksum=05a10a0706a1a789a078be297b5fb663f66a71fb7f7f1b99658264c35926394f + +post_install() { + vlicense COPYING +} xcb-util-cursor-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"