From af320944073d2458953fb9c9f4be5e2d3dd76f85 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 23 Jul 2020 10:47:18 +0200 Subject: [PATCH] simple-mtpfs: update to 0.4.0. --- srcpkgs/simple-mtpfs/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/simple-mtpfs/template b/srcpkgs/simple-mtpfs/template index 6bd3f4d109..461a086cc3 100644 --- a/srcpkgs/simple-mtpfs/template +++ b/srcpkgs/simple-mtpfs/template @@ -1,17 +1,16 @@ # Template file for 'simple-mtpfs' pkgname=simple-mtpfs -version=0.3.0 -revision=3 -wrksrc="${pkgname}-${pkgname}-${version}" +version=0.4.0 +revision=1 build_style=gnu-configure -hostmakedepends="pkg-config automake" +hostmakedepends="pkg-config automake autoconf-archive" makedepends="fuse-devel libmtp-devel" short_desc="FUSE filesystem that supports reading/writing from MTP devices" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="https://github.com/phatina/simple-mtpfs/" -distfiles="https://github.com/phatina/simple-mtpfs/archive/${pkgname}-${version}.tar.gz" -checksum=5556cae4414254b071d79ce656cce866b42fd7ba40ce480abfc3ba4e357cd491 +distfiles="https://github.com/phatina/simple-mtpfs/archive/v${version}.tar.gz" +checksum=1d011df3fa09ad0a5c09d48d84c03e6cddf86390af9eb4e0c178193f32f0e2fc pre_configure() { ./autogen.sh