From 691428f551d9f3810417edbd658f0d31dc262767 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 3 Dec 2018 19:40:37 -0200 Subject: [PATCH] xsecurelock: update to 1.2. --- srcpkgs/xsecurelock/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xsecurelock/template b/srcpkgs/xsecurelock/template index c5b82ca9f23..2e0e90297a8 100644 --- a/srcpkgs/xsecurelock/template +++ b/srcpkgs/xsecurelock/template @@ -1,6 +1,6 @@ # Template file for 'xsecurelock' pkgname=xsecurelock -version=1.1 +version=1.2 revision=1 build_style=gnu-configure configure_args="--with-pam-service-name=system-auth" @@ -11,10 +11,12 @@ maintainer="Sean R. Lang " license="Apache-2.0" homepage="https://github.com/google/xsecurelock" distfiles="https://github.com/google/xsecurelock/archive/v${version}.tar.gz" -checksum=a69c9cf48f193deb4866501f4e53bf82d3a9c0a70b062d433a6fbe608201b59d +checksum=724d4f9202d7a535ae44e282512f104481c62984ad4930f46a6816a4b31de573 pre_configure() { sh autogen.sh + + echo "const char *const git_version = \"${version}\";" > version.c } do_build() {