diff options
author | stf <7o5rfu92t@ctrlc.hu> | 2019-04-13 17:44:04 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-14 19:58:09 +0000 |
commit | 4562ca44dbe74e994d3884c46a8bf418675e8586 (patch) | |
tree | 9d423d53a64e50ac7d3291040018a25b4cb70462 /community/emacs | |
parent | f2ea3f1606610849a9e8f60324aa3ddf6432003d (diff) | |
download | aports-4562ca44dbe74e994d3884c46a8bf418675e8586.tar.bz2 aports-4562ca44dbe74e994d3884c46a8bf418675e8586.tar.xz |
community/emacs upgrade to 26.2
Diffstat (limited to 'community/emacs')
-rw-r--r-- | community/emacs/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index 67c1c7f1d5..1b636b0feb 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.1 +pkgver=26.2 pkgrel=0 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch="all !aarch64" @@ -75,8 +75,8 @@ build() { mv * nox || true cp -a nox gtk2 cp -a nox x11 - _build_x11 || return 1 - _build_nox || return 1 + _build_x11 + _build_nox _build_gtk2 } @@ -137,5 +137,5 @@ gtk2() { _subpackage gtk2 } -sha512sums="537c2cfdd281151b360002419dde6280c313e07a937ed96405c67f754b3401ec5541091a3c0aa6690929bc33dd79e8e0d8844e7a6b014b7798c63cb15de210c2 emacs-26.1.tar.xz +sha512sums="c223ff5c51ca8bdf887bacb2dc37b08a637d39ed6f887cc24f67397e46fe5fdb68f33f21b97300b985c749f32aa09080d33103271637ed4ce5d9f2ea34ce9fe1 emacs-26.2.tar.xz 8898f309aeaf274366849bd5c56c8e2a1be94dfee2f01b20f1700bf26203f49b9600237e5090fc3d8eaad3ea246f803ffd493d0c04cb3512084a4e3bf58f8f5e gamedir.patch" |