diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-12 09:22:17 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-12 09:22:17 +0100 |
commit | a21571d0234872303afffe134f6c647ad2111b20 (patch) | |
tree | a96dae8d65bd3fe7848accb01f4bdb5584f7c551 /community/xfe/PKGBUILD | |
parent | 9dd0d82aa6daca172465dcf7e17f95090b24ccc1 (diff) | |
parent | 29b0da64a462b6c5f6871b08e344b3ffa59cbd0a (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-tar/PKGBUILD
extra/fbida/PKGBUILD
extra/kdesdk-kate/PKGBUILD
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 5ca0e3ab0..ec0b832c1 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' 'mips64el') @@ -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 |