Date: Tuesday, April 25, 2017 @ 20:05:48 Author: jlichtblau Revision: 225338
upgpkg: emacs-nox 25.2-1 - new upstream release Modified: emacs-nox/trunk/PKGBUILD emacs-nox/trunk/emacs-nox.changelog ---------------------+ PKGBUILD | 6 +++--- emacs-nox.changelog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-25 19:59:59 UTC (rev 225337) +++ PKGBUILD 2017-04-25 20:05:48 UTC (rev 225338) @@ -3,7 +3,7 @@ # Contributor: Chris Brannon <[email protected]> pkgname=emacs-nox -pkgver=25.1 +pkgver=25.2 pkgrel=1 pkgdesc="The extensible, customizable, self-documenting real-time display editor, without X11 support" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ changelog=$pkgname.changelog source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig}) validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910') -sha256sums=('19f2798ee3bc26c95dca3303e7ab141e7ad65d6ea2b6945eeba4dbea7df48f33' +sha256sums=('59b55194c9979987c5e9f1a1a4ab5406714e80ffcfd415cc6b9222413bc073fa' 'SKIP') build() { @@ -22,7 +22,7 @@ cd "${srcdir}"/emacs-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --localstatedir=/var --without-x --without-sound + --localstatedir=/var --without-x --without-sound --with-modules make } Modified: emacs-nox.changelog =================================================================== --- emacs-nox.changelog 2017-04-25 19:59:59 UTC (rev 225337) +++ emacs-nox.changelog 2017-04-25 20:05:48 UTC (rev 225338) @@ -1,3 +1,6 @@ +2017-04-25 Jaroslav Lichtblau <[email protected]> + * emacs-nox 25.2-1 + 2016-09-19 Jaroslav Lichtblau <[email protected]> * emacs-nox 25.1-1
