git » kde-cli-tools.git » commit b111580

release

author Andrea Scarpino
2014-10-18 08:17:56 UTC
committer Andrea Scarpino
2014-10-18 08:17:56 UTC
parent 7973ad8040f31c1ada5f404c54e349d84dae9680

release

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index beaef4c..ae13ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
 # Contributor: Antonio Rojas
 
 pkgname=kde-cli-tools
@@ -31,6 +32,6 @@ package() {
   cd build
   make DESTDIR="$pkgdir" install
 
-# conflicts with kdebase-runtime
+  # conflicts with kdebase-runtime
   rm -r "$pkgdir"/usr/share/man
 }