Date: Tuesday, March 22, 2011 @ 16:21:06 Author: heftig Revision: 116208
upgpkg: vinagre 2.91.92-1 Update to 2.91.92 Modified: vinagre/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-22 20:20:55 UTC (rev 116207) +++ PKGBUILD 2011-03-22 20:21:06 UTC (rev 116208) @@ -4,8 +4,8 @@ # Contributor: lp76 <[email protected]> pkgname=vinagre -pkgver=2.91.91 -pkgrel=2 +pkgver=2.91.92 +pkgrel=1 pkgdesc="A VNC Client for the GNOME Desktop" arch=('i686' 'x86_64') license=('GPL') @@ -19,13 +19,13 @@ groups=('gnome-extra') options=('!emptydirs' '!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('8370aecf90d89eb8ec6b426fe1a284a1645ce4f979b32c50a84c20f96057dc64') +sha256sums=('0b3977f924c208dd3fe6298d1177a38c88b52f759d84ceef574a1162ddb14732') build() { cd "${srcdir}/${pkgname}-${pkgver}" # Disable Spice until someone cares (file a bug!) ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \ - --libexecdir=/usr/lib/vinagre --disable-ssh --enable-rdp --disable-spice + --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice make }
