diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-27 04:40:11 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-27 04:40:11 (GMT) |
commit | f99262935c22cc95e6b22fe5d5f6ab85202e4726 (patch) | |
tree | f130dc40ea9648f393e9781c5aa348d3b1144d23 /abs/extra-testing/tightvnc/PKGBUILD | |
parent | f8070f560f719acc0c7d1759686bda75d3da02ac (diff) | |
parent | 91205c89deab8bf1b25f44c58a25d56d552ef67e (diff) | |
download | linhes_pkgbuild-f99262935c22cc95e6b22fe5d5f6ab85202e4726.zip linhes_pkgbuild-f99262935c22cc95e6b22fe5d5f6ab85202e4726.tar.gz linhes_pkgbuild-f99262935c22cc95e6b22fe5d5f6ab85202e4726.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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') |