diff options
author | Erich Eckner <git@eckner.net> | 2020-08-02 11:09:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-02 11:09:52 +0200 |
commit | 9ff9b4ea9180541b356a51a2ab53eedec74854a0 (patch) | |
tree | 9731860f0fca4f16f50c08888a87158e42880c3e /tightvnc | |
parent | d1add24f90ffe70c3961e21d50555d1f5657659f (diff) | |
download | archlinuxewe-9ff9b4ea9180541b356a51a2ab53eedec74854a0.tar.xz |
tightvnc: rebuild
Diffstat (limited to 'tightvnc')
-rw-r--r-- | tightvnc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tightvnc/PKGBUILD b/tightvnc/PKGBUILD index ba1a01b53..bee4e9bb1 100644 --- a/tightvnc/PKGBUILD +++ b/tightvnc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tightvnc pkgver=1.3.10 -pkgrel=17 +pkgrel=18 pkgdesc='VNC server and viewer' arch=('x86_64' 'i686' 'pentium4') license=('GPL') @@ -16,7 +16,7 @@ _pinned_dependencies=( 'libice=1.0.10' 'libjpeg-turbo=2.0.5' 'libsm=1.2.3' - 'libx11=1.6.9' + 'libx11=1.6.10' 'libxaw=1.0.13' 'libxext=1.3.4' 'libxmu=1.1.3' |