Date: Friday, May 15, 2015 @ 22:05:47 Author: jlichtblau Revision: 133534
upgpkg: emacs-nox 24.5-1 - new upstream version Modified: emacs-nox/trunk/PKGBUILD emacs-nox/trunk/emacs-nox.changelog ---------------------+ PKGBUILD | 10 +++++----- emacs-nox.changelog | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-15 19:39:59 UTC (rev 133533) +++ PKGBUILD 2015-05-15 20:05:47 UTC (rev 133534) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Chris Brannon <[email protected]> pkgname=emacs-nox -pkgver=24.4 -pkgrel=2 +pkgver=24.5 +pkgrel=1 pkgdesc="The extensible, customizable, self-documenting real-time display editor, without X11 support" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" @@ -14,8 +14,8 @@ conflicts=('emacs') changelog=$pkgname.changelog install=$pkgname.install -source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz) -sha256sums=('a93c4f1afa5ade65a0c9723975f0a5fdf6641cc4638fdafb3ed9942c23c32cc6') +source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz) +sha256sums=('dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e') build() { cd "${srcdir}"/emacs-$pkgver Modified: emacs-nox.changelog =================================================================== --- emacs-nox.changelog 2015-05-15 19:39:59 UTC (rev 133533) +++ emacs-nox.changelog 2015-05-15 20:05:47 UTC (rev 133534) @@ -1,3 +1,6 @@ +2015-05-15 Jaroslav Lichtblau <[email protected]> + * emacs-nox 24.5-1 + 2014-10-24 Jaroslav Lichtblau <[email protected]> * emacs-nox 24.4-2 FS#42514 fix
