From 78f5e676148f73214cfb00c98f0c0531efd35337 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Fri, 4 Oct 2019 00:11:58 +0200 Subject: [PATCH] faketime: update to 0.9.8. --- srcpkgs/faketime/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/faketime/template b/srcpkgs/faketime/template index 614743b1a8a..ba9acf87766 100644 --- a/srcpkgs/faketime/template +++ b/srcpkgs/faketime/template @@ -1,14 +1,14 @@ # Template file for 'faketime' pkgname=faketime -version=0.9.7 +version=0.9.8 revision=1 +wrksrc=lib$pkgname-$version build_style=gnu-makefile -short_desc="modifies the system time for a single application" +short_desc="Modifies the system time for a single application" maintainer="Enno Boland " -license="GPL-3" +license="GPL-2.0-only" homepage="https://github.com/wolfcw/libfaketime" distfiles="https://github.com/wolfcw/libfaketime/archive/v$version.tar.gz" -checksum=4d65f368b2d53ee2f93a25d5e9541ce27357f2b95e5e5afff210e0805042811e +checksum=06288237cd5890eca148489e5b904ed852ed0ffa8424bfb479342f4daa8442a3 CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"' LDFLAGS='-lpthread' -wrksrc=lib$pkgname-$version