summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68dee1b6fe00..5246755a95e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=entrance-git
_pkgname=${pkgname%-*}
-pkgver=0.0.5.r44.91415db
+pkgver=0.0.5.r45.539a5d9
pkgrel=1
pkgdesc="Enlightenment Display Manager"
url="http://www.enlightenment.org/"
@@ -44,11 +44,11 @@ build() {
export CFLAGS="$CFLAGS -fvisibility=hidden"
./autogen.sh \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc \
- --disable-grub2 \
- --disable-consolekit
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc \
+ --disable-grub2 \
+ --disable-consolekit
make
}