diff options
Diffstat (limited to 'community/xfe/PKGBUILD')
-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 cb8413a44..c4420367b 100644 --- a/community/xfe/PKGBUILD +++ b/community/xfe/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 96354 2013-08-26 09:21:17Z spupykin $ +# $Id: PKGBUILD 101413 2013-11-25 09:08:58Z 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.35 +pkgver=1.37 pkgrel=1 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X." arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ license=("GPL") depends=('fox') makedepends=('intltool') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('2cff624a9ee8ee8d8f80e2688fc62feb') +md5sums=('ce2a317ab4f7d728878d815afe13c1be') build() { cd $srcdir/$pkgname-$pkgver |