[arch-commits] Commit in keybinder2/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Jan 10 19:03:19 UTC 2018


    Date: Wednesday, January 10, 2018 @ 19:03:18
  Author: bgyorgy
Revision: 281187

Simplify pkgdesc

Modified:
  keybinder2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-10 18:59:28 UTC (rev 281186)
+++ PKGBUILD	2018-01-10 19:03:18 UTC (rev 281187)
@@ -25,7 +25,6 @@
 }
 
 package_libkeybinder2() {
-  pkgdesc='Library for registering global keyboard shortcuts'
   depends=('gtk2')
 
   cd $_realname-$pkgver
@@ -34,7 +33,7 @@
 }
 
 package_python2-keybinder2() {
-  pkgdesc='Library for registering global keyboard shortcuts (Python 2 bindings)'
+  pkgdesc+=' (Python 2 bindings)'
   depends=('libkeybinder2' 'pygtk')
 
   cd $_realname-$pkgver



More information about the arch-commits mailing list