summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro A. López-Valencia2019-11-07 10:35:21 -0500
committerPedro A. López-Valencia2019-11-07 10:35:21 -0500
commita2487f2377a6f79f239b3bd985770fd151ffb7c5 (patch)
tree554833790ccb9abfe55448f5c6b5061f26ce2002 /PKGBUILD
parenta946c75b989db2e36ff17df2b2d78d1bfa962c8a (diff)
downloadaur-a2487f2377a6f79f239b3bd985770fd151ffb7c5.tar.gz
r139370
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0e8d65ba2bb..0b6144f13d59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@
#
################################################################################
CHECK= # Run tests. May fail, this is developement after all.
-CLANG="YES" # Use clang.
+CLANG= # Use clang.
LTO="YES" # Enable link-time optimization. Not that experimental anymore.
# Seems fixed in GCC, so I've reenabled binutils support, please
# report any bug, to make it use clang by default again.
@@ -58,9 +58,9 @@ NOGZ="YES" # Don't compress .el files.
################################################################################
pkgname="emacs-git"
-pkgver=27.0.50.139164
+pkgver=27.0.50.139370
pkgrel=1
-pkgdesc="GNU Emacs. Development."
+pkgdesc="GNU Emacs. Development master."
arch=('x86_64') # Arch Linux only. Derivative users are on their own.
url="http://www.gnu.org/software/emacs/"
license=('GPL3')
@@ -69,11 +69,10 @@ makedepends=( 'git' )
provides=('emacs' 'emacs-seq')
conflicts=('emacs' 'emacs-seq')
replaces=('emacs26-git' 'emacs-seq')
-source=("emacs-git::git+https://github.com/emacs-mirror/emacs.git")
-# If Github access is blocked for reasons, use Savannah's servers instead.
+source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
+# If Savannah access is blocked for reasons, use Github instead.
# Edit the config file of your local repo copy as well.
-#source=("emacs-git::git://git.sv.gnu.org/emacs.git")
-#source=("emacs-git::git+https://git.savannah.gnu.org/emacs.git")
+# source=("emacs-git::git+https://github.com/emacs-mirror/emacs.git")
md5sums=('SKIP')
################################################################################