summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-07-17 16:14:48 +0200
committerhaawda2023-07-17 16:14:48 +0200
commitb6b01ad4b5c88d121b9bee372585f50ca73e5fc2 (patch)
tree70bb472ed35072e2e871d38a0429077191c60522
parent5413ef6c481105537962385938d70e7208b941d6 (diff)
downloadaur-b6b01ad4b5c88d121b9bee372585f50ca73e5fc2.tar.gz
remove prepare function
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25c038b65291..2533e0e00e62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-lucid-git
pkgdesc = GNU Emacs. Official git master.
- pkgver = 30.0.50.166823
+ pkgver = 30.0.50.166991
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 85bd1c04444a..f5e6dd68dd80 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.166823
+pkgver=30.0.50.166991
pkgrel=1
pkgdesc="GNU Emacs. Official git master."
arch=('i686' 'x86_64')
@@ -25,11 +25,6 @@ pkgver() {
$(git rev-list --count HEAD)
}
-prepare() {
- cd emacs-git/lisp/org
- sed -i -e 's/org-assert-version/org-assert-version-old/g' *.el
-}
-
build() {
cd emacs-git
[[ -x configure ]] || ( ./autogen.sh git && ./autogen.sh autoconf )