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

Giancarlo Razzolini grazzolini at archlinux.org
Fri Jun 15 04:01:15 UTC 2018


    Date: Friday, June 15, 2018 @ 04:01:15
  Author: grazzolini
Revision: 343271

upgpkg: xpra 2.3.1-5

The netifaces dependency is not optional, otherwise xpra_browser won't run

Modified:
  xpra/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-15 03:54:23 UTC (rev 343270)
+++ PKGBUILD	2018-06-15 04:01:15 UTC (rev 343271)
@@ -3,7 +3,7 @@
 
 pkgname=xpra
 pkgver=2.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="multi-platform screen and application forwarding system screen for X11"
 arch=('x86_64')
 url='https://www.xpra.org'
@@ -10,10 +10,10 @@
 license=('GPL2')
 depends=('python2' 'pygtk' 'libxtst' 'python2-pillow' 'python2-lz4'
          'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libxkbfile'
-         'python-netifaces' 'python2-numpy' 'python2-rencode' 'python2-opengl'
+         'python2-netifaces' 'python2-numpy' 'python2-rencode' 'python2-opengl'
          'python2-gtkglext' 'python-lz4' 'python-opengl')
 optdepends=('x264: Codec' 'python2-dbus: dbus features'
-            'python2-pycups: Printing support' 'python2-netifaces: mdns'
+            'python2-pycups: Printing support'
             'python2-cryptography: Cryptography'
             'python-cryptography: Cryptography'
             'gst-python2: Sound Forwarding'



More information about the arch-commits mailing list