From 46b2fcd7c5dd0c33ad456373a55ea72654eb1705 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 21 Mar 2023 14:37:49 -0400 Subject: [PATCH] faketime: update to 0.9.10 --- srcpkgs/faketime/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/faketime/template b/srcpkgs/faketime/template index 01b8219a91b2..134c42644767 100644 --- a/srcpkgs/faketime/template +++ b/srcpkgs/faketime/template @@ -1,13 +1,14 @@ # Template file for 'faketime' pkgname=faketime -version=0.9.9 +version=0.9.10 revision=1 build_style=gnu-makefile short_desc="Modifies the system time for a single application" maintainer="Enno Boland " license="GPL-2.0-only" homepage="https://github.com/wolfcw/libfaketime" -distfiles="https://github.com/wolfcw/libfaketime/archive/v$version.tar.gz" -checksum=57d0181150361c0a9b5c8eef05b11392f6134ada2c2d998e92e63daed639647c +changelog="https://raw.githubusercontent.com/wolfcw/libfaketime/master/NEWS" +distfiles="https://github.com/wolfcw/libfaketime/archive/v${version}.tar.gz" +checksum=729ad33b9c750a50d9c68e97b90499680a74afd1568d859c574c0fe56fe7947f CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"' LDFLAGS='-lpthread'