diff options
author | Erich Eckner <git@eckner.net> | 2020-08-10 22:45:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-10 22:45:33 +0200 |
commit | 7387354e3099e1821366d192e245e550b18d1740 (patch) | |
tree | bb056bc97e57a00890c6e6a4647705bcf174aca6 /tightvnc/PKGBUILD | |
parent | d7faf4e4a108a3c5d14a9ef3966b0f8b5b4da3db (diff) | |
download | archlinuxewe-7387354e3099e1821366d192e245e550b18d1740.tar.xz |
tightvnc: rebuild
Diffstat (limited to 'tightvnc/PKGBUILD')
-rw-r--r-- | tightvnc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tightvnc/PKGBUILD b/tightvnc/PKGBUILD index bee4e9bb1..1cf8b440a 100644 --- a/tightvnc/PKGBUILD +++ b/tightvnc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tightvnc pkgver=1.3.10 -pkgrel=18 +pkgrel=19 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.10' + 'libx11=1.6.11' 'libxaw=1.0.13' 'libxext=1.3.4' 'libxmu=1.1.3' |