diff --git a/Documents/code/AUR/emacs/PKGBUILD b/Documents/code/AUR/emacs/PKGBUILD index 5828efa..3fff8a1 100644 --- a/Documents/code/AUR/emacs/PKGBUILD +++ b/Documents/code/AUR/emacs/PKGBUILD @@ -60,7 +60,7 @@ if [[ $CLI == "YES" ]] ; then else pkgname="emacs-phundrak-git" fi -pkgver=28.0.50.149200 +pkgver=28.0.50.149350 pkgrel=1 pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks." arch=('x86_64') @@ -74,15 +74,15 @@ conflicts=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs-seq' 'emacs-nox' 'emacs-g replaces=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs-seq' 'emacs-nox' 'emacs-git') #source=("emacs-git::git://git.savannah.gnu.org/emacs.git") # If Savannah fails for reasons, use Github's mirror -source=("emacs-git::git://github.com/emacs-mirror/emacs.git") +source=("emacs-git::git://github.com/emacs-mirror/emacs.git#branch=feature/pgtk") OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug) md5sums=('SKIP') ################################################################################ ################################################################################ -CFLAGS+=" -O3 -march=native -mtune=native" -CXXFLAGS+=" -O3 -march=native -mtune=native" +CFLAGS+=" -O2 -march=native -mtune=native" +CXXFLAGS+=" -O2 -march=native -mtune=native" if [[ $GOLD == "YES" && ! $CLANG == "YES" ]]; then export LD=/usr/bin/ld.gold