diff options
Diffstat (limited to 'extra/libvncserver/PKGBUILD')
-rw-r--r-- | extra/libvncserver/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libvncserver/PKGBUILD b/extra/libvncserver/PKGBUILD index 446e2bf63..86a9b7bf8 100644 --- a/extra/libvncserver/PKGBUILD +++ b/extra/libvncserver/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 124232 2011-05-17 19:20:06Z andrea $ +# $Id: PKGBUILD 135798 2011-08-18 15:04:30Z andyrtr $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=libvncserver pkgver=0.9.8 -pkgrel=2 +pkgrel=4 pkgdesc="A cross-platform C libraries that allow you to easily implement VNC server" arch=('i686' 'x86_64' 'mips64el') url="http://libvncserver.sourceforge.net/" license=('GPL') -depends=('libjpeg' 'zlib' 'gnutls') +depends=('libjpeg' 'gnutls' 'libgcrypt') options=('!libtool') source=("http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz") md5sums=('dda9e75a1d5d7c37bb57d90ead7b32b3') |