diff options
author | root <root@rshg054.dnsready.net> | 2013-02-12 00:04:34 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-12 00:04:34 -0800 |
commit | 29b0da64a462b6c5f6871b08e344b3ffa59cbd0a (patch) | |
tree | 04cea11e63b50c73d69608a28aba9b385b91ac4b /community/xfe | |
parent | 2f683af35de4700b21e19b28aebfa229da60e090 (diff) |
Tue Feb 12 00:04:33 PST 2013
Diffstat (limited to 'community/xfe')
-rw-r--r-- | community/xfe/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD index 2498f4f8b..1a2dc07e6 100644 --- a/community/xfe/PKGBUILD +++ b/community/xfe/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74893 2012-08-09 07:50:54Z spupykin $ +# $Id: PKGBUILD 84135 2013-02-11 11:34:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Eric Belanger <belanger@astro.umontreal.ca> # Contributor: Ravi Desai <ravster3@hotmail.com> pkgname=xfe -pkgver=1.33 +pkgver=1.34 pkgrel=1 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X." arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=("GPL") depends=('fox') makedepends=('intltool') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('fb089ba73add411b08a6560eeb51742d') +md5sums=('36d0a590d95742eb59d8128a9a7a35b4') build() { cd $srcdir/$pkgname-$pkgver |