git » libvncserver.git » commit 2b21e24

rebuild

author Andrea Scarpino
2010-01-17 12:51:49 UTC
committer Andrea Scarpino
2010-01-17 12:51:49 UTC
parent 0eb68830b3f48ed853201253af462abb2f0e0da8

rebuild

PKGBUILD +7 -6

diff --git a/PKGBUILD b/PKGBUILD
index 507bda0..7a59ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# Contributor: Tobias Powalowski <tpowa@archlinux.org>
 
 pkgname=libvncserver
 pkgver=0.9.7
-pkgrel=2
+pkgrel=3
 pkgdesc="The vnc library"
 arch=('i686' 'x86_64')
 url="http://libvncserver.sourceforge.net/"
-license=("GPL")
-depends=('libjpeg>=7' 'zlib')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/libvncserver/LibVNCServer-$pkgver.tar.gz)
+license=('GPL')
+depends=('libjpeg>=8' 'zlib')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz)
 md5sums=('14af5bdae461df4666c18e5f83c150c4')
 
 build() {