summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b6144f13d59..dff78e1f482e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ NOGZ="YES" # Don't compress .el files.
################################################################################
pkgname="emacs-git"
-pkgver=27.0.50.139370
+pkgver=27.0.50.139564
pkgrel=1
pkgdesc="GNU Emacs. Development master."
arch=('x86_64') # Arch Linux only. Derivative users are on their own.
@@ -76,6 +76,11 @@ source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
md5sums=('SKIP')
################################################################################
+# Guess why!
+COMPRESSZST=(zstd -c -z -q -T0 -19 -)
+PKGEXT='.pkg.tar.zst'
+SRCEXT='.src.tar.zst'
+
################################################################################
if [[ $LTO = "YES" ]] && [[ $CLANG != "YES" ]]; then