diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index 9906493df6..2554d9aab9 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -1,7 +1,7 @@ # Template file for 'f2fs-tools' pkgname=f2fs-tools -version=1.3.0 -revision=2 +version=1.4.0 +revision=1 build_style=gnu-configure configure_args="--sbindir=/usr/bin --disable-static" make_install_args="sbindir=/usr/bin" @@ -15,7 +15,6 @@ homepage="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git" do_fetch() { git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git ${pkgname}-${version} } - pre_configure() { autoreconf -fi }