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

Giancarlo Razzolini grazzolini at archlinux.org
Fri Jun 15 03:53:25 UTC 2018


    Date: Friday, June 15, 2018 @ 03:53:24
  Author: grazzolini
Revision: 343269

upgpkg: xpra 2.3.1-4

Added missing netifaces dependency.

Modified:
  xpra/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-15 03:06:15 UTC (rev 343268)
+++ PKGBUILD	2018-06-15 03:53:24 UTC (rev 343269)
@@ -3,7 +3,7 @@
 
 pkgname=xpra
 pkgver=2.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="multi-platform screen and application forwarding system screen for X11"
 arch=('x86_64')
 url='https://www.xpra.org'
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python2' 'pygtk' 'libxtst' 'python2-pillow' 'python2-lz4'
          'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libxkbfile'
-         'python2-numpy' 'python2-rencode' 'python2-opengl'
+         'python-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'



More information about the arch-commits mailing list