aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-14 22:05:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-14 22:09:23 -0300
commit004d37764f3a7ba2bd74c23e56d121a71851805d (patch)
treead0af29d6b563be6c16a9e6f9f708df3a1e883c1 /community
parent0c3de9f5d9d35010415b372bce30af9c472eff2a (diff)
community/emacs: make emacs-doc not depend on emacs-nox
Diffstat (limited to 'community')
-rw-r--r--community/emacs/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD
index c1ef05036cb..970f77c6517 100644
--- a/community/emacs/APKBUILD
+++ b/community/emacs/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
pkgname=emacs
pkgver=26.2
-pkgrel=1
+pkgrel=2
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch="all"
depends="emacs-nox"
@@ -81,6 +81,7 @@ package() {
}
doc() {
+ depends=""
mkdir -p "$subpkgdir"
cd "$builddir/gtk2"
make DESTDIR="$subpkgdir" install