From 7cb5afc428c4bd8d95901b34a92638d96b76b96a Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 14 Jun 2020 14:11:50 -0500 Subject: [PATCH] xlockmore: update to 5.64. --- srcpkgs/xlockmore/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xlockmore/template b/srcpkgs/xlockmore/template index ab8cf6199b8..6489f28c3e5 100644 --- a/srcpkgs/xlockmore/template +++ b/srcpkgs/xlockmore/template @@ -1,6 +1,6 @@ # Template file for 'xlockmore' pkgname=xlockmore -version=5.63 +version=5.64 revision=1 build_style=gnu-configure configure_args="--with-xinerama $(vopt_if opengl '--with-opengl --with-mesa')" @@ -12,7 +12,7 @@ maintainer="Andrew Benson " license="MIT" homepage="http://sillycycle.com/xlockmore.html" distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz" -checksum=990b22a46b0e3cf49306b3bf61deee65f6064571be93c77f976a39d795a10be2 +checksum=b9463cc5fae0fefdf0e6be77135b9b2b12865aeb22d3e754bea1eadfb6327039 CFLAGS="-D_DEFAULT_SOURCE" build_options="opengl"