summarylogtreecommitdiffstats
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
parenta946c75b989db2e36ff17df2b2d78d1bfa962c8a (diff)
downloadaur-a2487f2377a6f79f239b3bd985770fd151ffb7c5.tar.gz
r139370
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a90bb358f74..71f2aa33e7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = emacs-git
- pkgdesc = GNU Emacs. Development.
- pkgver = 27.0.50.139164
+ pkgdesc = GNU Emacs. Development master.
+ pkgver = 27.0.50.139370
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
license = GPL3
makedepends = git
- makedepends = clang
- makedepends = lld
- makedepends = llvm
depends = alsa-lib
depends = gnutls
depends = libxml2
@@ -26,7 +23,7 @@ pkgbase = emacs-git
conflicts = emacs-seq
replaces = emacs26-git
replaces = emacs-seq
- source = emacs-git::git+https://github.com/emacs-mirror/emacs.git
+ source = emacs-git::git://git.savannah.gnu.org/emacs.git
md5sums = SKIP
pkgname = emacs-git
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')
################################################################################