summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Steinke2017-10-19 23:42:53 +0200
committerRasmus Steinke2017-10-19 23:42:53 +0200
commitf525d309b231feb765f4dae1131fc76b1b749f98 (patch)
treea81cc7da52af36e5c86379c9a77ae168a11af306 /PKGBUILD
parent04380e076db8a194fabe907f5c192089239b63d3 (diff)
downloadaur-f525d309b231feb765f4dae1131fc76b1b749f98.tar.gz
clean up deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c5310fcc499..fdb45a44a2e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgdesc="rofi/fzf driven mpd client"
arch=('any')
url='https://github.com/carnager/clerk'
license=('GPL')
-depends=('perl' 'rofi' 'tmux' 'perl-inc-latest' 'perl-net-mpd' 'perl-data-messagepack' 'perl-file-slurper' 'perl-file-path' 'perl-config-simple' 'perl-try-tiny' 'perl-ipc-run' 'perl-http-date' 'perl-local-lib')
-makedeps=('perl-module-scandeps' 'perl-module-install' 'perl-cpanplus-dist-build')
+depends=('perl' 'rofi' 'tmux' 'perl-inc-latest' 'perl-net-mpd' 'perl-data-messagepack' 'perl-file-slurper' 'perl-config-simple' 'perl-try-tiny' 'perl-ipc-run' 'perl-http-date' 'perl-local-lib')
+makedeps=('perl-module-scandeps' 'perl-cpanplus-dist-build')
install=clerk-git.install
makedepends=('git' 'perl-module-install')
source=('git+https://github.com/carnager/clerk#branch=next')