simple-mtpfs: update to 0.4.0.
This commit is contained in:
parent
efe32db607
commit
af32094407
1 changed files with 5 additions and 6 deletions
|
@ -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 <leah@vuxu.org>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue