diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-06 11:13:51 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-06 11:13:51 +0200 |
commit | a86ff663185661ee304bb1f6d00d982102dd706d (patch) | |
tree | 06520d9024b40745b94f02d0d3419386e6496863 /extra/thunar | |
parent | ce32dcab8e4baa2afe51fd3b7a858a840372b0a5 (diff) | |
parent | ffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/apitrace/PKGBUILD
community/mksh/PKGBUILD
community/net6/PKGBUILD
community/xapian-core/PKGBUILD
extra/garcon/PKGBUILD
extra/mesa/PKGBUILD
extra/scim/PKGBUILD
extra/virtuoso/PKGBUILD
extra/xfce4-appfinder/PKGBUILD
extra/xfce4-panel/PKGBUILD
extra/xfwm4/PKGBUILD
Diffstat (limited to 'extra/thunar')
-rw-r--r-- | extra/thunar/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/thunar/PKGBUILD b/extra/thunar/PKGBUILD index de4a198f9..0a67af680 100644 --- a/extra/thunar/PKGBUILD +++ b/extra/thunar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 173900 2012-12-27 13:11:31Z foutrelis $ +# $Id: PKGBUILD 184280 2013-05-05 17:42:44Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Andrew Simmons <andrew.simmons@gmail.com> pkgname=thunar -pkgver=1.6.2 +pkgver=1.6.3 pkgrel=1 pkgdesc="Modern file manager for Xfce" arch=('i686' 'x86_64' 'mips64el') @@ -23,7 +23,7 @@ optdepends=('gvfs: for trash support, mounting with udisk and remote filesystems options=('!libtool') install=$pkgname.install source=(http://archive.xfce.org/src/xfce/$pkgname/1.6/Thunar-$pkgver.tar.bz2) -sha256sums=('7dbd172ae396e7a2533f47dc1ff703a9ea1a61af3edfdc6f4877b9b9331abd85') +sha256sums=('9a2706f6881ac29cda9f0b0325d179153bc09e37bcbafcab9823c1c1ec89579d') build() { cd "$srcdir/Thunar-$pkgver" |