diff options
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 1a2dc07e6..cfc7665c8 100644 --- a/community/xfe/PKGBUILD +++ b/community/xfe/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 84135 2013-02-11 11:34:51Z spupykin $ +# $Id: PKGBUILD 96354 2013-08-26 09:21:17Z 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.34 +pkgver=1.35 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=('36d0a590d95742eb59d8128a9a7a35b4') +md5sums=('2cff624a9ee8ee8d8f80e2688fc62feb') build() { cd $srcdir/$pkgname-$pkgver |