Date: Thursday, March 10, 2011 @ 06:31:08 Author: juergen Revision: 113641
update to 23.3.1 Modified: emacs/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-10 10:35:41 UTC (rev 113640) +++ PKGBUILD 2011-03-10 11:31:08 UTC (rev 113641) @@ -2,7 +2,7 @@ # Maintainer: Juergen Hoetzel <[email protected]> # Contributor: Renchi Raju <[email protected]> pkgname=emacs -pkgver=23.2 +pkgver=23.3 pkgrel=1 pkgdesc="The Emacs Editor" arch=(i686 x86_64) @@ -12,7 +12,8 @@ replaces=(cedet) depends=('dbus-core' 'librsvg' 'gpm' 'giflib' 'libtiff' 'libxpm' 'libjpeg' 'gtk2' 'texinfo' 'hicolor-icon-theme' 'gconf') source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.gz emacs.desktop) -md5sums=('b6691852dae0bc142b3c12749f6b7ade' '8af038d2ba4561271e935bb444ceb4e3') +md5sums=('bf07c01ef473d8540c9c39f94506b1e6' + '8af038d2ba4561271e935bb444ceb4e3') install=emacs.install build() {
