[arch-commits] Commit in emacs/trunk (PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Wed Feb 1 08:48:43 UTC 2012


    Date: Wednesday, February 1, 2012 @ 03:48:42
  Author: juergen
Revision: 148455

upgpkg: emacs 23.4-1

Modified:
  emacs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-01 08:46:11 UTC (rev 148454)
+++ PKGBUILD	2012-02-01 08:48:42 UTC (rev 148455)
@@ -3,12 +3,7 @@
 # Contributor: Renchi Raju <renchi at green.tam.uiuc.edu>
 
 pkgname=emacs
-_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
+pkgver=23.4
 pkgrel=1
 pkgdesc="The extensible, customizable, self-documenting real-time display editor"
 arch=('i686' 'x86_64')
@@ -30,7 +25,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$_majorver
+  cd "$srcdir"/$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
   # remove conflict with ctags package




More information about the arch-commits mailing list