summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Whatson2021-02-28 21:33:08 +1000
committerAndrew Whatson2021-02-28 21:33:08 +1000
commita8ed35944bae7a26bb2e2124cd64dc78a2fc2824 (patch)
treed03a76a2b89789a44a30de4a51698e540e1409f4 /PKGBUILD
parenteada82d7da7fac4782b36ea21c74f40ea3b582b1 (diff)
downloadaur-a8ed35944bae7a26bb2e2124cd64dc78a2fc2824.tar.gz
Use new native-compilation configure flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb91d23e6ffa..d41823fa3d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,7 +74,7 @@ PROFILING= # Enable gprof profiling support.
################################################################################
pkgname="emacs-pgtk-native-comp-git"
pkgver=28.0.50.146387
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Unofficial pgtk-nativecomp branch."
arch=('x86_64' )
url="http://www.gnu.org/software/emacs/"
@@ -210,7 +210,7 @@ build() {
# Good luck!
--without-gconf
--without-gsettings
- --with-nativecomp
+ --with-native-compilation
--with-pgtk
)