summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2017-12-03 20:58:42 -0500
committerSolomon Choina2017-12-03 20:58:42 -0500
commiteac1c66a457cceefbaea4b649b7da5c426cf6d67 (patch)
treedf70895cbca4ed1cc7e3e922ec96f610f83ec2cb /PKGBUILD
parentf9642484e7c8d01e6305191ff1da4d29e2a6b800 (diff)
downloadaur-eac1c66a457cceefbaea4b649b7da5c426cf6d67.tar.gz
added a systemd file in upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a816b2faec9..bfed24263065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=entrance
pkgname=$_pkgname-git
-pkgver=3.0.0_alpha1.r0.g0ed49dd
+pkgver=3.0.0_alpha2.r6.g5d0d366
pkgrel=1
pkgdesc="Enlightenment Display Manager"
url="http://www.enlightenment.org/"
@@ -44,7 +44,8 @@ build() {
--bindir="/usr/bin" \
--datadir="/usr/share" \
--sysconfdir="/etc" \
- -Dconsolekit=false
+ -Dconsolekit=false \
+ -Dlogind=true
ninja
}