diff options
Diffstat (limited to 'testing/vino/PKGBUILD')
-rw-r--r-- | testing/vino/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/vino/PKGBUILD b/testing/vino/PKGBUILD index b7ee853c9..29211ebf2 100644 --- a/testing/vino/PKGBUILD +++ b/testing/vino/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 139075 2011-09-28 19:33:33Z ibiru $ +# $Id: PKGBUILD 140702 2011-10-18 13:14:38Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=vino -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="a VNC server for the GNOME desktop" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ url="http://www.gnome.org" options=(!emptydirs) install=vino.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('2b22737aa84c15b07815d47392f9a6ef4cf6f9410cf7024bbae538496e2eda37') +sha256sums=('b8c5a59914886b8676fb512da380114adb896264c46a36d3f123cf459ba799df') build() { cd "${srcdir}/${pkgname}-${pkgver}" |