From 4aafa38066e71f893dd33f7be398d908581a4e56 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 29 Jun 2015 12:14:28 +0000 Subject: [PATCH] community/tigervnc to 1.4.3-5 --- community/tigervnc/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/tigervnc/PKGBUILD b/community/tigervnc/PKGBUILD index ab83329bd..501a2b56b 100644 --- a/community/tigervnc/PKGBUILD +++ b/community/tigervnc/PKGBUILD @@ -7,8 +7,8 @@ pkgname=tigervnc pkgver=1.4.3 -pkgrel=4 -_xorgver=1.17.1 +pkgrel=5 +_xorgver=1.17.2 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC." arch=('i686' 'x86_64') url="http://www.tigervnc.org" @@ -32,7 +32,7 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v$ 0001-Raise-GnuTLS-requirements-to-3.x.patch xorg117.patch) md5sums=('2177ee42fa1a3902b6feeaa7747f1c2a' - '5986510d59e394a50126a8e2833e79d3' + '397e405566651150490ff493e463f1ad' '1aad8f06504b3e29a24ccfbaab617973' 'b200d83c60e80c6f9693ea19a2d9f5b0' '22f1523a0eca56ad79cfabd0db6e2cf6' @@ -68,7 +68,7 @@ build() { cd unix/xserver autoreconf -fiv ./configure --prefix=/usr \ - --disable-static --disable-xinerama --without-dtrace \ + --disable-static --without-dtrace \ --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \ --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \ --disable-config-hal --disable-config-udev --with-pic \