summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorP.A. López-Valencia2015-11-30 15:29:35 -0500
committerP.A. López-Valencia2015-11-30 15:29:35 -0500
commitc8193110a1b4cc6cb8ab734685ca16b779fc422d (patch)
tree91da8474ba4f45e02aecf17d3a76b9f88e5e1a8f /PKGBUILD
parentcefcb6e3b409fbdcddf54210538b44095a417bb0 (diff)
downloadaur-c8193110a1b4cc6cb8ab734685ca16b779fc422d.tar.gz
emacs-git 25.1.50.r123464-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 594610ab218b..d664a874c7fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
#
pkgname=emacs-git
-pkgver=25.1.50.r123388
-pkgrel=2
+pkgver=25.1.50.r123464
+pkgrel=1
pkgdesc="GNU Emacs. Master development branch."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
@@ -42,6 +42,7 @@ prepare() {
build() {
cd "$srcdir/$pkgname"
+
local _conf=(
--prefix=/usr
--sysconfdir=/etc
@@ -54,7 +55,7 @@ build() {
--with-x-toolkit=gtk3
--with-xft)
- ./configure ${_conf}
+ ./configure ${_conf[@]}
# Using "make" instead of "make bootstrap" makes incremental
# compiling work. Less time recompiling. Yay! But if you may