Date: Sunday, March 1, 2015 @ 08:19:21 Author: foutrelis Revision: 232157
upgpkg: thunar 1.6.6-1 New upstream release. Modified: thunar/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-01 07:13:20 UTC (rev 232156) +++ PKGBUILD 2015-03-01 07:19:21 UTC (rev 232157) @@ -3,7 +3,7 @@ # Contributor: Andrew Simmons <[email protected]> pkgname=thunar -pkgver=1.6.5 +pkgver=1.6.6 pkgrel=1 pkgdesc="Modern file manager for Xfce" arch=('i686' 'x86_64') @@ -20,16 +20,12 @@ 'thunar-archive-plugin: create and deflate archives' 'thunar-media-tags-plugin: view/edit id3/ogg tags') install=$pkgname.install -source=(http://archive.xfce.org/src/xfce/$pkgname/1.6/Thunar-$pkgver.tar.bz2) -sha256sums=('d5d7c442e70bfc13dd78f0df43861034aa412519bf56235d8358f4fb52e8192b') +source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2) +sha256sums=('b9a55104b18ae01c5190d7ea02cbd7ba56d7affed9df416bf7fec6dff2d889b2') build() { cd "$srcdir/Thunar-$pkgver" - # https://bugs.archlinux.org/task/43488 - # https://bugzilla.xfce.org/show_bug.cgi?id=11442 - CFLAGS+=' -DCAIRO_BUG_72551_FIXED' - ./configure \ --prefix=/usr \ --sysconfdir=/etc \
