summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuint Guvernator2016-01-28 11:10:06 -0500
committerQuint Guvernator2016-01-28 11:32:15 -0500
commitd6fae39a944709812e62747e1d758977154c3d68 (patch)
tree4ec1d79522142906ae0de4c2b65121ea60caf42c
parent2e300a49e766d5cb6de868945ed3eaaf0e71c240 (diff)
downloadaur-d6fae39a944709812e62747e1d758977154c3d68.tar.gz
remove lostfiles optdepends
There are way too many false positives.
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37d956b56780..fc9697c5ec06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ url="https://github.com/qguv/arms"
license=('GPL')
depends=('sudo' 'less')
makedepends=('git')
-optdepends=('reflector: to automatically update the mirrorlist'
- 'lostfiles: to locate files not managed by pacman (AUR)')
+optdepends=('reflector: to automatically update the mirrorlist')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('arms::git+https://github.com/qguv/arms')