aboutsummaryrefslogtreecommitdiffstats
path: root/community/emacs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/emacs/APKBUILD')
-rw-r--r--community/emacs/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD
index 061d63897e0..c17253a1bce 100644
--- a/community/emacs/APKBUILD
+++ b/community/emacs/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
pkgname=emacs
pkgver=28.1
-pkgrel=6
+pkgrel=7
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch="all"
depends="emacs-nox"
@@ -61,6 +61,7 @@ esac
prepare() {
default_prepare
./autogen.sh
+ rm etc/emacs.service # systemd unit
}
_build_variant() {