From bba79b808d24484c202ba35af5fdc214afc7a8bf Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 22 Jul 2020 09:52:48 -0500 Subject: [PATCH] xlockmore: update to 5.65. --- srcpkgs/xlockmore/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xlockmore/template b/srcpkgs/xlockmore/template index 6489f28c3e5..fbc2cde1d6e 100644 --- a/srcpkgs/xlockmore/template +++ b/srcpkgs/xlockmore/template @@ -1,6 +1,6 @@ # Template file for 'xlockmore' pkgname=xlockmore -version=5.64 +version=5.65 revision=1 build_style=gnu-configure configure_args="--with-xinerama $(vopt_if opengl '--with-opengl --with-mesa')" @@ -11,8 +11,9 @@ short_desc="Provides the 'xlock' X screen locker" maintainer="Andrew Benson " license="MIT" homepage="http://sillycycle.com/xlockmore.html" +changelog="http://sillycycle.com/xlock/xlockmore.README" distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz" -checksum=b9463cc5fae0fefdf0e6be77135b9b2b12865aeb22d3e754bea1eadfb6327039 +checksum=cdc0d5b86be0a553f248ca261a043c2a043032de2b678429e4c2b0bd56449434 CFLAGS="-D_DEFAULT_SOURCE" build_options="opengl"