diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-26 23:45:16 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-26 23:45:16 (GMT) |
commit | 92cbca128951418f894e94d9d0842ec12f3e06ca (patch) | |
tree | bebc3f44bf93187a9a26beb5c9592c1324675c1f /abs/extra-testing/tightvnc/PKGBUILD | |
parent | 2e4cdc292144c9803933545f1b86089e7ed36410 (diff) | |
download | linhes_pkgbuild-92cbca128951418f894e94d9d0842ec12f3e06ca.zip linhes_pkgbuild-92cbca128951418f894e94d9d0842ec12f3e06ca.tar.gz linhes_pkgbuild-92cbca128951418f894e94d9d0842ec12f3e06ca.tar.bz2 |
tightvnc: updated to v1.3.10
ref 506
Diffstat (limited to 'abs/extra-testing/tightvnc/PKGBUILD')
-rw-r--r-- | abs/extra-testing/tightvnc/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/extra-testing/tightvnc/PKGBUILD b/abs/extra-testing/tightvnc/PKGBUILD index a9d5efe..ef3ea3e 100644 --- a/abs/extra-testing/tightvnc/PKGBUILD +++ b/abs/extra-testing/tightvnc/PKGBUILD @@ -1,7 +1,7 @@ pkgname=tightvnc -pkgver=1.3.9 -pkgrel=302 +pkgver=1.3.10 +pkgrel=1 pkgdesc="VNC Unix server && viewer" arch=(i686 x86_64) license=('GPL') @@ -33,3 +33,5 @@ build() { install -D -m644 $startdir/src/vnc_unixsrc/classes/* \ $startdir/pkg/usr/share/vnc/classes || return 1 } +md5sums=('397b35faad32d5246b6d44b142f8304f' + '0bf967f2cdb94b432f9c7e1c121f7fbd') |