summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbug2016-10-14 14:03:23 +0300
committerbug2016-10-14 14:03:23 +0300
commit15f969a86ce01bd77d3679639f1ebad92950e541 (patch)
tree2780d34509b931c67ed76ada28ced869050d6f10 /PKGBUILD
parent9b2bd40e5c95d9856db0cad186f9f85d5553e345 (diff)
downloadaur-15f969a86ce01bd77d3679639f1ebad92950e541.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6027e466c589..2df706b3f4f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,21 @@
# Maintainer: Bug <bug2000@gmail.com>
pkgname=xpra-winswitch
pkgver=0.17.5
-pkgrel=1
+pkgrel=2
pkgdesc="Modified version of xpra by Winswitch"
arch=('i686' 'x86_64')
url='http://xpra.org/'
license=('GPL2')
depends=('python2' 'pygtk' 'libxtst' 'python2-pillow' 'python2-lz4'
'ffmpeg' 'libvpx' 'xf86-video-dummy' 'libwebp' 'libxkbfile'
- 'python2-numpy' 'rencode')
+ 'python2-numpy' 'rencode' 'python2-opengl'
+ 'python2-gtkglext' 'python-lz4' 'python-opengl' 'python2-opengl')
optdepends=('x264: Codec' 'python2-dbus: dbus features'
- 'python2-pycups: Printing support' 'python2-netifaces: mdns')
+ 'python2-pycups: Printing support' 'python2-netifaces: mdns'
+ 'python2-cryptography: Cryptography'
+ 'python-cryptography: Cryptography'
+ 'python2-crypto: Cryptography'
+ 'python-crypto: Cryptography')
conflicts=('parti-all')
provides=('parti-all')
makedepends=('python2-setuptools' 'cython2')