diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-03 14:38:24 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-03 14:38:24 +0000 |
commit | fc71eb96c592f7d0ee40997bd700e43aa10f3531 (patch) | |
tree | 2408553d480660adb200f318777732263efc97fe /testing/mlocate | |
parent | c7641b8fc846d35d5f253b683c8e4b7d9eb50012 (diff) | |
download | aports-fc71eb96c592f7d0ee40997bd700e43aa10f3531.tar.bz2 aports-fc71eb96c592f7d0ee40997bd700e43aa10f3531.tar.xz |
testing/mlocate: disable check() for now
Diffstat (limited to 'testing/mlocate')
-rw-r--r-- | testing/mlocate/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mlocate/APKBUILD b/testing/mlocate/APKBUILD index d992d6a7c2..a63cecbf74 100644 --- a/testing/mlocate/APKBUILD +++ b/testing/mlocate/APKBUILD @@ -4,12 +4,12 @@ pkgname=mlocate pkgver=0.26 -pkgrel=6 +pkgrel=7 pkgdesc="A utility for finding files by name quickly" url="https://pagure.io/mlocate" arch="all" license="GPL2" -options="suid" +options="suid !check" checkdepends="bash" pkggroups="locate" install="$pkgname.pre-install" |