diff options
author | Erich Eckner <git@eckner.net> | 2021-03-29 06:22:45 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-03-29 06:22:45 +0200 |
commit | 84be67e7ffec3f9c3c232d367756ba20d5e6c564 (patch) | |
tree | 4c4313e5d1b0b8da87e9b5ab4dc96c672406297e /tightvnc/PKGBUILD | |
parent | ee98c976f0402484a81efedf3e709e37173b121a (diff) | |
download | archlinuxewe-84be67e7ffec3f9c3c232d367756ba20d5e6c564.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 78fdcfeea..cfa209831 100644 --- a/tightvnc/PKGBUILD +++ b/tightvnc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tightvnc pkgver=1.3.10 -pkgrel=22 +pkgrel=23 pkgdesc='VNC server and viewer' arch=('x86_64' 'i686' 'pentium4') license=('GPL') @@ -17,7 +17,7 @@ _pinned_dependencies=( 'libjpeg.so=8' 'libsm=1.2.3' 'libx11=1.7.0' - 'libxaw=1.0.13' + 'libxaw=1.0.14' 'libxext=1.3.4' 'libxmu=1.1.3' 'libxpm=3.5.13' |