Skip to content
Snippets Groups Projects
Commit c2aa3b37 authored by juergen's avatar juergen
Browse files

update to 23.3-b

git-svn-id: file:///srv/repos/svn-packages/svn@146144 eb2447ed-0c53-47e4-bac8-5bc4a241df78
parent 8abf2ee3
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@
pkgname=emacs
_majorver=23.3
_minorver=a
_minorver=b
# 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=3
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,7 +17,7 @@ license=('GPL3')
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.gz)
md5sums=('20aef9ea5b5bf8050d39f8b1e96a1c04')
md5sums=('f2bfd8eab7e3b34a0f7f09acc0667e71')
build() {
cd "$srcdir"/$pkgname-$_majorver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment