diff --git a/srcpkgs/fatrace/template b/srcpkgs/fatrace/template index ab39e67c22f..dae605bdd22 100644 --- a/srcpkgs/fatrace/template +++ b/srcpkgs/fatrace/template @@ -1,16 +1,15 @@ # Template file for 'fatrace' pkgname=fatrace -version=0.13 +version=0.14 revision=1 build_style=gnu-makefile short_desc="Report system wide file access events" maintainer="Leah Neukirchen " -license="GPL-3" +license="GPL-3.0-or-later" homepage="http://launchpad.net/fatrace" -distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.bz2" -checksum=7d8b0670896b10600c89caedeec52c26237260d5a20fdea7049cd97f57213043 +distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.xz" +checksum=d876999a801398e981e1a4d09b2259b92249fc55f05b31e60010deb27557bb8c post_extract() { sed -i 's/sbin/bin/g' Makefile - sed -i 's/KERNEL_O_LARGEFILE 00100000/KERNEL_O_LARGEFILE 0/g' fatrace.c }