Date: Wednesday, February 1, 2012 @ 03:39:49 Author: juergen Revision: 148451
update to 23.4 Modified: emacs/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-01 04:56:04 UTC (rev 148450) +++ PKGBUILD 2012-02-01 08:39:49 UTC (rev 148451) @@ -3,13 +3,13 @@ # Contributor: Renchi Raju <[email protected]> pkgname=emacs -_majorver=23.3 -_minorver=b +_majorver=23.4 +_minorver= # We want something like "23.3.a" so pacman version comparison works, but # upstream uses "23.3a", which is a bit silly and interpreted as alpha. pkgver=$_majorver.$_minorver _realver=$_majorver$_minorver -pkgrel=2 +pkgrel=1 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" @@ -17,8 +17,8 @@ depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib') install=emacs.install source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} emacs-subversion17.patch) -md5sums=('917ce0054ef63773078a6e99b55df1ee' - '4f987fbb906c0ee73e05904b0f7ce5ec' +md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0' + '55eb16eb48b44987693c0e3ea5ab8075' '12e2e7a66df5cc5ded54e1d30083a1fb') build() {
