Date: Sunday, December 9, 2012 @ 13:16:48 Author: foutrelis Revision: 173050
upgpkg: thunar 1.6.1-1 New upstream release. Modified: thunar/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-12-09 18:14:06 UTC (rev 173049) +++ PKGBUILD 2012-12-09 18:16:48 UTC (rev 173050) @@ -3,8 +3,8 @@ # Contributor: Andrew Simmons <[email protected]> pkgname=thunar -pkgver=1.6.0 -pkgrel=3 +pkgver=1.6.1 +pkgrel=1 pkgdesc="Modern file manager for Xfce" arch=('i686' 'x86_64') url="http://thunar.xfce.org" @@ -22,17 +22,12 @@ 'thunar-media-tags-plugin: view/edit id3/ogg tags') options=('!libtool') install=$pkgname.install -source=(http://archive.xfce.org/src/xfce/$pkgname/1.6/Thunar-$pkgver.tar.bz2 - thunar-1.6.0-show-nodisplay-true-applications.patch) -sha256sums=('354897fbde4d3f089c06c38b57816f455c2907806725906426440e1084c1d63a' - 'f7377aad1eb60420d0c1c878c3916913934f994df810f3a60d580fc2be3b80c0') +source=(http://archive.xfce.org/src/xfce/$pkgname/1.6/Thunar-$pkgver.tar.bz2) +sha256sums=('a81021af558802b8c2c6cd7db47cca262477c4f3d2b6d8cfa8dbba88568048f1') build() { cd "$srcdir/Thunar-$pkgver" - # https://bugzilla.xfce.org/show_bug.cgi?id=9595 - patch -Np1 -i "$srcdir/thunar-1.6.0-show-nodisplay-true-applications.patch" - ./configure \ --prefix=/usr \ --sysconfdir=/etc \
