faketime: update to 0.9.8.
This commit is contained in:
parent
a5d5c5447d
commit
c3369cff2a
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'faketime'
|
# Template file for 'faketime'
|
||||||
pkgname=faketime
|
pkgname=faketime
|
||||||
version=0.9.7
|
version=0.9.8
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc=lib$pkgname-$version
|
||||||
build_style=gnu-makefile
|
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 <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/wolfcw/libfaketime"
|
homepage="https://github.com/wolfcw/libfaketime"
|
||||||
distfiles="https://github.com/wolfcw/libfaketime/archive/v$version.tar.gz"
|
distfiles="https://github.com/wolfcw/libfaketime/archive/v$version.tar.gz"
|
||||||
checksum=4d65f368b2d53ee2f93a25d5e9541ce27357f2b95e5e5afff210e0805042811e
|
checksum=06288237cd5890eca148489e5b904ed852ed0ffa8424bfb479342f4daa8442a3
|
||||||
CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"'
|
CFLAGS='-fPIC -DPREFIX=\"/usr\" -DLIBDIRNAME=\"/lib/faketime\"'
|
||||||
LDFLAGS='-lpthread'
|
LDFLAGS='-lpthread'
|
||||||
wrksrc=lib$pkgname-$version
|
|
||||||
|
|
Loading…
Reference in a new issue