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}"