diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-28 12:48:35 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-28 12:48:35 +0100 |
commit | 4a83005c5eb92a9a39da2e0994176fe25cfc63f3 (patch) | |
tree | 7c1fb8a4493bd3183eda4bce5e2af4610b8b9d20 /extra/thunar/PKGBUILD | |
parent | e108b597b5e54b8e2064cf44b3f4e625f466087f (diff) | |
parent | f898ca0bac349e5ffa815b91afbcc852956d8913 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/sed/PKGBUILD
extra/tcl/PKGBUILD
extra/transmission/PKGBUILD
Diffstat (limited to 'extra/thunar/PKGBUILD')
-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 77840cd1b..de4a198f9 100644 --- a/extra/thunar/PKGBUILD +++ b/extra/thunar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 173051 2012-12-09 18:17:19Z foutrelis $ +# $Id: PKGBUILD 173900 2012-12-27 13:11:31Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Andrew Simmons <andrew.simmons@gmail.com> pkgname=thunar -pkgver=1.6.1 +pkgver=1.6.2 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=('a81021af558802b8c2c6cd7db47cca262477c4f3d2b6d8cfa8dbba88568048f1') +sha256sums=('7dbd172ae396e7a2533f47dc1ff703a9ea1a61af3edfdc6f4877b9b9331abd85') build() { cd "$srcdir/Thunar-$pkgver" |