From d14f2921a3718448b30c2a017781047e88f8fc3e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 22 Apr 2017 14:47:00 +0200 Subject: [PATCH] emacs: update to 25.2. --- srcpkgs/emacs/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/emacs/template b/srcpkgs/emacs/template index e3dc2581bac..82b14128664 100644 --- a/srcpkgs/emacs/template +++ b/srcpkgs/emacs/template @@ -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 " +maintainer="Leah Neukirchen " 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"