diff options
Diffstat (limited to 'abs/extra-testing/x11vnc')
-rw-r--r-- | abs/extra-testing/x11vnc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/x11vnc/PKGBUILD b/abs/extra-testing/x11vnc/PKGBUILD index 4c04573..650f81e 100644 --- a/abs/extra-testing/x11vnc/PKGBUILD +++ b/abs/extra-testing/x11vnc/PKGBUILD @@ -3,7 +3,7 @@ pkgname=x11vnc pkgver=0.9.7 -pkgrel=1 +pkgrel=2 pkgdesc="a VNC server for real X displays" arch=("i686" "x86_64") license=("GPL2") @@ -19,4 +19,4 @@ build() { make prefix=$startdir/pkg/usr install || return 1 } -md5sums=('0ed95ab69c1ccacab83c5a2abd5b43f5') +md5sums=('30a167577f657909b3355421e14e2ddb') |