From 71e5309af5dd13cfc851c181f6438658171c30ae Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 22 Nov 2018 12:45:15 -0200 Subject: [PATCH] f2fs-tools: update to 1.12.0. --- srcpkgs/f2fs-tools/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index a3d5aa7d4cd..ebb93fa5e0a 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -1,18 +1,17 @@ # Template file for 'f2fs-tools' pkgname=f2fs-tools -version=1.11.0 +version=1.12.0 revision=1 build_style=gnu-configure -configure_args="--sbindir=/usr/bin --disable-static ac_cv_file__git=yes" -make_install_args="sbindir=/usr/bin" +configure_args="--disable-static ac_cv_file__git=yes" hostmakedepends="automake libtool pkg-config git" -makedepends="libuuid-devel" +makedepends="libuuid-devel libblkid-devel" short_desc="Tools for the Linux Flash-Friendly File System (F2FS)" maintainer="Juan RP " license="GPL-2.0-only" homepage="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git" distfiles="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/${pkgname}-${version}.tar.gz" -checksum=b916ac7cda902502cf18de98da94921f71edbab40fb0437d757f0716191c79e3 +checksum=e2124e4dffaba865d41495d817bcb924d096adaec67ff777b8c7da99aa13f696 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" musl-legacy-compat"