diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-22 14:58:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-22 16:09:21 +0000 |
commit | 541e1d7fd7bf9496e107b1eedaadecee21808aa1 (patch) | |
tree | 4689c1114a4c03b4b38ccefecef0f5a0d61245fa /community/emacs | |
parent | 9253833b61cbf809a8172ef93a10b0b5d80faf61 (diff) | |
download | aports-541e1d7fd7bf9496e107b1eedaadecee21808aa1.tar.bz2 aports-541e1d7fd7bf9496e107b1eedaadecee21808aa1.tar.xz |
community/emacs: rebuild against imagemagick 7
Diffstat (limited to 'community/emacs')
-rw-r--r-- | community/emacs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index aea3af78ad..013ba3ed5b 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -3,7 +3,7 @@ pkgname=emacs pkgver=25.1 -pkgrel=1 +pkgrel=2 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch="all !aarch64" depends="emacs-nox" @@ -74,7 +74,7 @@ _build_nox() { build() { cd "$builddir" mkdir -p nox - mv * nox + mv * nox || true cp -a nox gtk2 cp -a nox x11 _build_x11 || return 1 |