emacs: update to 25.2.

This commit is contained in:
Leah Neukirchen 2017-04-22 14:47:00 +02:00
parent 762004c67a
commit d14f2921a3

View file

@ -1,7 +1,7 @@
# Template file for 'emacs'
pkgname=emacs
version=25.1
revision=6
version=25.2
revision=1
nocross=yes
nopie=yes
hostmakedepends="pkg-config"
@ -20,11 +20,11 @@ configure_args="--with-file-notification=inotify --with-modules
$(vopt_with xpm) $(vopt_with svg rsvg) $(vopt_with imagemagick)
$(vopt_with xml xml2) $(vopt_with gnutls) $(vopt_with sound)"
short_desc="GNU Emacs editor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3"
homepage="http://www.gnu.org/software/${pkgname}/"
homepage="http://www.gnu.org/software/emacs/"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=19f2798ee3bc26c95dca3303e7ab141e7ad65d6ea2b6945eeba4dbea7df48f33
checksum=59b55194c9979987c5e9f1a1a4ab5406714e80ffcfd415cc6b9222413bc073fa
# Package build options
build_options="jpeg tiff gif png xpm svg xml imagemagick gnutls sound"