summaryrefslogtreecommitdiff
path: root/community/xfe
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-11 00:02:44 +0000
committerroot <root@rshg054.dnsready.net>2012-08-11 00:02:44 +0000
commit073a889144d77058f1eff2100ad48a538bdc0422 (patch)
tree96e013a0c34f142dccb769073164cd0fd82dea95 /community/xfe
parent9f2bff24c46fba67eca7c8125306a9dcd8ea8c73 (diff)
Sat Aug 11 00:02:44 UTC 2012
Diffstat (limited to 'community/xfe')
-rw-r--r--community/xfe/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD
index c0e33d1e1..2498f4f8b 100644
--- a/community/xfe/PKGBUILD
+++ b/community/xfe/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 69198 2012-04-10 02:25:31Z spupykin $
+# $Id: PKGBUILD 74893 2012-08-09 07:50:54Z 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.32.5
+pkgver=1.33
pkgrel=1
pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
arch=('i686' 'x86_64')
@@ -13,12 +13,13 @@ license=("GPL")
depends=('fox')
makedepends=('intltool')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3b80908b0ebaa78b7e8610d09ee2d154')
+md5sums=('fb089ba73add411b08a6560eeb51742d')
build() {
cd $srcdir/$pkgname-$pkgver
- LDFLAGS=-lX11 ./configure --prefix=/usr
- sed -i 's|inline||' src/xfeutils.cpp
+# LDFLAGS=-lX11 ./configure --prefix=/usr
+ ./configure --prefix=/usr
+# sed -i 's|inline||' src/xfeutils.cpp
make
}