summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuint Guvernator2016-01-28 11:09:59 -0500
committerQuint Guvernator2016-01-28 11:32:09 -0500
commit2e300a49e766d5cb6de868945ed3eaaf0e71c240 (patch)
treed710e2abe865e660b7e5658a128d1019248edd91
parentdb706300b2f731102bfb145dffebd4db138928a0 (diff)
downloadaur-2e300a49e766d5cb6de868945ed3eaaf0e71c240.tar.gz
add explicit less dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4508160cc83..37d956b56780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="ARMS: The Arch Regular Maintenance Script"
arch=('any')
url="https://github.com/qguv/arms"
license=('GPL')
-depends=('sudo')
+depends=('sudo' 'less')
makedepends=('git')
optdepends=('reflector: to automatically update the mirrorlist'
'lostfiles: to locate files not managed by pacman (AUR)')