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

Giancarlo Razzolini grazzolini at archlinux.org
Fri Jun 1 11:07:13 UTC 2018


    Date: Friday, June 1, 2018 @ 11:07:12
  Author: grazzolini
Revision: 335961

upgpkg: xpra 2.3.1-3

Modified:
  xpra/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-01 11:07:02 UTC (rev 335960)
+++ PKGBUILD	2018-06-01 11:07:12 UTC (rev 335961)
@@ -3,7 +3,7 @@
 
 pkgname=xpra
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="multi-platform screen and application forwarding system screen for X11"
 arch=('x86_64')
 url='https://www.xpra.org'
@@ -18,9 +18,6 @@
             'python-cryptography: Cryptography'
             'gst-python2: Sound Forwarding'
             'opencv: Webcam Capture')
-conflicts=('xpra-winswitch')
-provides=('xpra-winswitch')
-replaces=('xpra-winswitch')
 makedepends=('python2-setuptools' 'cython2' 'uglify-js')
 backup=('etc/xpra/xpra.conf' 'etc/xpra/xorg.conf'
         'etc/xpra/conf.d/05_features.conf'
@@ -50,7 +47,6 @@
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
-  #CFLAGS="$CFLAGS -fno-strict-aliasing"
   python2 setup.py build --without-enc_x265
 }
 



More information about the arch-commits mailing list