summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro A. López-Valencia2019-09-12 17:58:58 -0500
committerPedro A. López-Valencia2019-09-12 17:58:58 -0500
commit4f86f98ee492305ad47bef7e1d375aab03bbece0 (patch)
treec95ec23b482c557337a9a4fb2cf55cd5bc166737 /PKGBUILD
parent4f2591bccb7858f461d992acf9e28c778e162ec6 (diff)
downloadaur-4f86f98ee492305ad47bef7e1d375aab03bbece0.tar.gz
Disable checks for now. People get scared with failures.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d0572d71961..a48652728a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@
# =================================================
#
################################################################################
-CHECK="YES" # Run tests. May fail, this is developement after all.
+CHECK= # Run tests. May fail, this is developement after all.
CLANG= # Use clang.
LTO="YES" # Enable link-time optimization. Not that experimental anymore.
# Seems fixed in GCC, so I've reenabled binutils support, please
@@ -58,7 +58,7 @@ NOGZ="YES" # Don't compress .el files.
################################################################################
pkgname="emacs-git"
-pkgver=27.0.50.138295
+pkgver=27.0.50.138368
pkgrel=1
pkgdesc="GNU Emacs. Development."
arch=('x86_64') # Arch Linux only. Derivative users are on their own.