diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-02-06 03:24:55 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:21:37 +0200 |
commit | ec281ed00d42fd81a6cfe4f7726413a5114d3658 (patch) | |
tree | d6e24e0d6e701c24ac1652d0471590eeb94cc7f5 | |
parent | 75e0289a0a6ac7fc5e11f8e18393401407d536a8 (diff) | |
download | pkgbuilds-ec281ed00d42fd81a6cfe4f7726413a5114d3658.tar.xz |
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ license=('GPL') depends=('libfm-gtk-git') makedepends=('git' 'intltool' 'pkg-config') optdepends=('gvfs: mounting of local and remote drives' - 'gnome-menus: applications menu and "Open with..." dialog') + 'gnome-menus: applications menu and "Open with..." dialog') provides=('pcmanfm') conflicts=('pcmanfm') install=pcmanfm.install @@ -34,4 +34,4 @@ package() { make -C pcmanfm DESTDIR="$pkgdir" install } -# vim: set ts=4 sw=4 noet: +# vim: set ts=2 sts=2 sw=2 noet: |