Date: Tuesday, October 16, 2012 @ 18:30:22 Author: heftig Revision: 168951
3.6.1 Modified: vino/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-16 19:48:15 UTC (rev 168950) +++ PKGBUILD 2012-10-16 22:30:22 UTC (rev 168951) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=vino -pkgver=3.6.0 +pkgver=3.6.1 pkgrel=1 pkgdesc="a VNC server for the GNOME desktop" arch=('i686' 'x86_64') @@ -15,11 +15,11 @@ options=(!emptydirs) install=vino.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('590ef98a3a2c2e6eb698d8e55ec97c2755aa85839a35985bf2142b186dce91ef') +sha256sums=('60fdc2271e27c4e10bef40dc2ee836d587930a178c3f189bd975c4d477f32783') build() { cd $pkgname-$pkgver - sed -i -e '/AC_PATH_XTRA/d' -e 's/LIBSECRET_DEPS/SECRET_DEPS/g' configure.ac + sed -i -e '/AC_PATH_XTRA/d' configure.ac autoreconf --force ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/vino \
