diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-04-27 09:02:52 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-04-27 09:02:52 +0000 |
commit | 4e3ae7928b2f336463c54bf7935db3b93ca37bcd (patch) | |
tree | dd888ad58babf24ddfac9e40e3dcdd4fa3cf2cfc /testing/mlocate/APKBUILD | |
parent | 8ae923380e2126805492cdf62c2b6921426bf42f (diff) | |
download | aports-4e3ae7928b2f336463c54bf7935db3b93ca37bcd.tar.bz2 aports-4e3ae7928b2f336463c54bf7935db3b93ca37bcd.tar.xz |
testing/mlocate: build broken, temporarily disabled
Diffstat (limited to 'testing/mlocate/APKBUILD')
-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 19229d80f9..4498d0c553 100644 --- a/testing/mlocate/APKBUILD +++ b/testing/mlocate/APKBUILD @@ -4,10 +4,10 @@ pkgname=mlocate pkgver=0.26 -pkgrel=3 +pkgrel=4 pkgdesc='A utility to index and quickly search for files by name' url='https://fedorahosted.org/mlocate/' -arch='all' +arch='' license='GPL' options='suid' pkggroups='locate' |