[arch-commits] Commit in dbus-python/trunk (PKGBUILD)
    Jan de Groot 
    jgc at archlinux.org
       
    Sat Jun 30 21:39:42 UTC 2018
    
    
  
    Date: Saturday, June 30, 2018 @ 21:39:42
  Author: jgc
Revision: 327899
Remove versions from pkgdesc
Modified:
  dbus-python/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 21:38:49 UTC (rev 327898)
+++ PKGBUILD	2018-06-30 21:39:42 UTC (rev 327899)
@@ -46,7 +46,7 @@
 
 package_python-dbus() {
   depends+=('python-dbus-common' 'python')
-  pkgdesc="Python 3.6 bindings for DBUS"
+  pkgdesc="Python bindings for DBUS"
 
   cd build-python3
   make DESTDIR="${pkgdir}" install
@@ -58,7 +58,7 @@
 
 package_python2-dbus() {
   depends+=('python-dbus-common' 'python2')
-  pkgdesc="Python 2.7 bindings for DBUS"
+  pkgdesc="Python2 bindings for DBUS"
   replaces=('dbus-python')
   conflicts=('dbus-python')
   provides=("dbus-python=$pkgver")
    
    
More information about the arch-commits
mailing list