From 6c5c865fa6674610732dd8427bf8f09f3c166299 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Oct 2011 23:14:52 +0000 Subject: Wed Oct 19 23:14:52 UTC 2011 --- extra/libvncserver/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'extra/libvncserver') diff --git a/extra/libvncserver/PKGBUILD b/extra/libvncserver/PKGBUILD index 4db546071..11f2ff735 100644 --- a/extra/libvncserver/PKGBUILD +++ b/extra/libvncserver/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 135798 2011-08-18 15:04:30Z andyrtr $ -# Maintainer: Andrea Scarpino +# $Id: PKGBUILD 140764 2011-10-18 19:48:49Z andrea $ +# Maintainer: +# Contributor: Andrea Scarpino # Contributor: Tobias Powalowski pkgname=libvncserver -pkgver=0.9.8 -pkgrel=4 +pkgver=0.9.8.1 +pkgrel=1 pkgdesc="A cross-platform C libraries that allow you to easily implement VNC server" arch=('i686' 'x86_64') url="http://libvncserver.sourceforge.net/" @@ -12,7 +13,7 @@ license=('GPL') depends=('libjpeg' 'gnutls' 'libgcrypt') options=('!libtool') source=("http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz") -md5sums=('dda9e75a1d5d7c37bb57d90ead7b32b3') +md5sums=('51e972bd26c098b0b8d4687af6afbeb1') build() { cd "${srcdir}/LibVNCServer-${pkgver}" -- cgit v1.2.3-54-g00ecf