diff options
author | Erich Eckner <git@eckner.net> | 2021-06-08 18:57:38 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-06-08 18:57:38 +0200 |
commit | 1788e71ce3db2b8b314ad31c7741103780495e8e (patch) | |
tree | f20b648b128e0300081d06808f1f7141f008e64a /tightvnc/PKGBUILD | |
parent | 3b6fafc0c4e2cf0e4c7c02f2346dbfc1b0ad2c32 (diff) | |
download | archlinuxewe-1788e71ce3db2b8b314ad31c7741103780495e8e.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 1a7f2edd3..ac5bae438 100644 --- a/tightvnc/PKGBUILD +++ b/tightvnc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tightvnc pkgver=1.3.10 -pkgrel=24 +pkgrel=25 pkgdesc='VNC server and viewer' arch=('x86_64' 'i686' 'pentium4') license=('GPL') @@ -16,7 +16,7 @@ _pinned_dependencies=( 'libice=1.0.10' 'libjpeg.so=8' 'libsm=1.2.3' - 'libx11=1.7.1' + 'libx11=1.7.2' 'libxaw=1.0.14' 'libxext=1.3.4' 'libxmu=1.1.3' |