summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbug2017-10-26 14:35:19 +0300
committerbug2017-10-26 14:35:19 +0300
commit195c063b160e783ebb3fc837256d305a9da2457b (patch)
treec6a12b244b2fb79ea0e609e1f00ce3870b88f12d /PKGBUILD
parent15214afc9c006ac0d100d364a52e7d011da56326 (diff)
downloadaur-195c063b160e783ebb3fc837256d305a9da2457b.tar.gz
Update to 2.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ee9e7dd2e01..96c6dc70a622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Bug <bug2000@gmail.com>
# Maintainer: Bug <bug2000@gmail.com>
pkgname=xpra-winswitch
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc="Modified version of xpra by Winswitch"
arch=('i686' 'x86_64')
@@ -14,7 +14,8 @@ depends=('python2' 'pygtk' 'libxtst' 'python2-pillow' 'python2-lz4'
optdepends=('x264: Codec' 'python2-dbus: dbus features'
'python2-pycups: Printing support' 'python2-netifaces: mdns'
'python2-cryptography: Cryptography'
- 'python-cryptography: Cryptography')
+ 'python-cryptography: Cryptography'
+ 'pam-liunx: Proxy Server Support')
conflicts=('parti-all')
provides=('parti-all')
makedepends=('python2-setuptools' 'cython2' 'uglify-js')
@@ -36,7 +37,7 @@ backup=('etc/xpra/xpra.conf' 'etc/xpra/xorg.conf'
'etc/xpra/conf.d/65_proxy.conf'
'etc/pam.d/xpra')
source=("https://xpra.org/src/xpra-$pkgver.tar.xz")
-sha256sums=('16462cd3ee7e982eabdc411dad524db563f49395d5c1d5f0df479efa8c76ae28')
+sha256sums=('359fded90cb63f2c725ae64d0cfd0e156de16ddd68cb71e7aeae009cca1d1464')
build() {
cd ${srcdir}/xpra-$pkgver