[arch-commits] Commit in disorderfs/trunk (PKGBUILD)
Santiago Torres-Arias
sangy at archlinux.org
Mon Apr 20 22:26:38 UTC 2020
Date: Monday, April 20, 2020 @ 22:26:38
Author: sangy
Revision: 617097
upgpkg: disorderfs 0.5.9-1
- Upstream release 0.5.9
- Enable tests
Modified:
disorderfs/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-20 22:24:02 UTC (rev 617096)
+++ PKGBUILD 2020-04-20 22:26:38 UTC (rev 617097)
@@ -11,7 +11,6 @@
license=('GPL3')
depends=('fuse' 'gcc-libs')
makedepends=('asciidoc' 'git')
-checkdepends=('kmod' 'strace')
source=(https://reproducible-builds.org/_lfs/releases/disorderfs/disorderfs-${pkgver}.tar.gz{,.asc})
sha512sums=('3254fa8838411b6f882327217af7421c8ebbf515fa3d4885aa2aa92126ad26bf5afbdea09e5a9e9547c3c2974a9a1489892cea8cf43444e167855fb58f0013a7'
'SKIP')
@@ -23,6 +22,8 @@
make
}
+# make sure to run with /dev/fuse mounted.
+# in extra-*-build this will be with "-- -d /dev/fuse"
check() {
cd $pkgname-$pkgver
make test
More information about the arch-commits
mailing list