summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2016-08-16 01:17:01 +0200
committerRasmus Steinke2016-08-16 01:17:01 +0200
commitbe9241df80871b1577fb3efdd528ca17eaadfc6b (patch)
treed103852573f748929a37d8fd4d179b55c0999e05
parent6ab4dc216bd4d2ac2a7fff8c0c71b27c74c21cf4 (diff)
downloadaur-clerk_fzf-git.tar.gz
make sl optional
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 488c8fa13527..a48d3501a422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="clerk - mpd client for rofi"
arch=('any')
url='https://github.com/carnager/clerk'
license=('GPL')
-depends=('tmux' 'mpc' 'fzf' 'util-linux' 'sl')
+depends=('tmux' 'mpc' 'fzf' 'util-linux')
optdepends=('sl: fancy update animation')
makedepends=('git')
source=('git+https://git.53280.de/clerk')