summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2014-05-05 21:38:31 -0500
committerDoug Newgard2014-05-05 21:38:31 -0500
commit2804589e4aa4f412f34f6cdcba834b0fefb2fffe (patch)
treea30f36c8306de0d56af3ea417677cf0e45779acc /PKGBUILD
parent6e297048dccd0a22ef96cd03d80678ff750b52a7 (diff)
downloadaur-2804589e4aa4f412f34f6cdcba834b0fefb2fffe.tar.gz
Update for new config file location and name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a50bd9a2cb7..99ded5b40a78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=entrance
pkgname=$_pkgname-git
-pkgver=0.0.99.r130.0a180d7
+pkgver=0.0.99.r193.55b34fa
pkgrel=1
pkgdesc="Enlightenment Display Manager"
url="http://www.enlightenment.org/"
@@ -16,7 +16,7 @@ depends=('elementary' 'xorg-xauth' 'sudo')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-backup=('etc/entrance.conf')
+backup=('etc/entrance/entrance.conf')
source=("git://git.enlightenment.org/misc/$_pkgname.git")
sha256sums=('SKIP')
@@ -33,7 +33,7 @@ prepare() {
-e '/"shutdown"/ s|/sbin/shutdown -h now|/usr/bin/systemctl poweroff|' \
-e '/"reboot"/ s|/sbin/shutdown -r now|/usr/bin/systemctl reboot|' \
-e '/"suspend"/ s|/usr/sbin/pm-suspend|/usr/bin/systemctl suspend|' \
- -i "$srcdir/$_pkgname/data/entrance.conf"
+ -i "$srcdir/$_pkgname/data/entrance.conf.in"
}
build() {