summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-04-26 23:49:42 +0200
committerhaawda2023-04-26 23:49:42 +0200
commit7e772118ba3927d885b2fcefd5c33b8da5146c7d (patch)
treed4436b97d5d5c2be4d91ca6925fd6cc2d96ebdfb
parent65f1d17616bcd24348c34ec8acfb0c555eaa252f (diff)
downloadaur-7e772118ba3927d885b2fcefd5c33b8da5146c7d.tar.gz
do not make trampolines
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e9966ad470d..8e2e0f833905 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-lucid-git
pkgdesc = GNU Emacs. Official git master.
- pkgver = 30.0.50.165790
+ pkgver = 30.0.50.166064
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3905e36564fa..6e4ba5e0941b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-lucid-git
-pkgver=30.0.50.165790
+pkgver=30.0.50.166064
pkgrel=1
pkgdesc="GNU Emacs. Official git master."
arch=('i686' 'x86_64')
@@ -53,7 +53,7 @@ build() {
--with-gameuser=:games \
--with-native-compilation \
--disable-build-details
- make trampolines
+ make
make pdf
}