disorderfs: update to 0.5.3.

Closes #14352.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-12 19:37:48 -03:00 committed by Enno Boland
parent 024c2817d6
commit 4d3cd55070
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,14 +1,21 @@
# Template file for 'disorderfs'
pkgname=disorderfs
version=0.5.2
version=0.5.3
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="fuse-devel attr-devel"
depends="${makedepends}"
makedepends="attr-devel fuse-devel"
depends="attr-devel fuse-devel"
short_desc="FUSE filesystem that introduces non-determinism filesystem metadata"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://reproducible-builds.org/tools/"
distfiles="http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
checksum=4e3234bca33826a1339a61732e9ea29a3f31be2261cbfbaccdb8b47bc36aaa49
#changelog="https://raw.githubusercontent.com/ReproducibleBuilds/disorderfs/master/NEWS"
distfiles="https://github.com/ReproducibleBuilds/disorderfs/archive/${version}.tar.gz"
checksum=cac1384475dca7e96d00ebe011036181e83a06c68648de0d84b6e80ec8198caa
make_check_target="test"
do_check() {
# Requires permission to perform fuse mounts
:
}