summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2014-02-16 02:32:57 +0100
committerJohannes Löthberg2015-06-08 12:21:37 +0200
commitbfac9df39b9c26a8a3ee4621f3aa06a6282aafbb (patch)
treeed04038cc4756c23ab8bdeeac25a2c308d5985d4
parentec281ed00d42fd81a6cfe4f7726413a5114d3658 (diff)
downloadaur-bfac9df39b9c26a8a3ee4621f3aa06a6282aafbb.tar.gz
Reindent
-rw-r--r--PKGBUILD4
-rw-r--r--pcmanfm.install2
2 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f3d4fcf79b3..6bb680e73014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
@@ -33,5 +33,3 @@ build() {
package() {
make -C pcmanfm DESTDIR="$pkgdir" install
}
-
-# vim: set ts=2 sts=2 sw=2 noet:
diff --git a/pcmanfm.install b/pcmanfm.install
index e511b9779149..2eef14436acd 100644
--- a/pcmanfm.install
+++ b/pcmanfm.install
@@ -10,5 +10,3 @@ post_upgrade() {
post_remove() {
post_install $1
}
-
-# vim: set ts=4 sw=4 noet: