[arch-commits] Commit in maxima/repos (3 files)

Ronald van Haren ronald at archlinux.org
Fri Apr 24 11:06:50 UTC 2009


    Date: Friday, April 24, 2009 @ 07:06:50
  Author: ronald
Revision: 36524

Merged revisions 35382,36523 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/maxima/trunk

........
  r35382 | ronald | 2009-04-12 21:08:47 +0200 (Sun, 12 Apr 2009) | 1 line
  
  fix install scriplet FS#14200
........
  r36523 | ronald | 2009-04-24 13:06:20 +0200 (Fri, 24 Apr 2009) | 1 line
  
  upgpkg: maxima 5.18.1-1
........

Modified:
  maxima/repos/extra-x86_64/	(properties)
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.install

----------------+
 PKGBUILD       |    6 +++---
 maxima.install |    3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)


Property changes on: maxima/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /maxima/trunk:1-30361
   + /maxima/trunk:1-36523

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-24 11:06:20 UTC (rev 36523)
+++ extra-x86_64/PKGBUILD	2009-04-24 11:06:50 UTC (rev 36524)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa <damir at archlinux.org>
 
 pkgname=maxima
-pkgver=5.17.1
-pkgrel=5
+pkgver=5.18.1
+pkgrel=1
 pkgdesc="Maxima - a sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,7 +19,7 @@
 options=('!makeflags')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
-md5sums=('f49e7b978061a63423b0d486240d281e'
+md5sums=('8be7388ad31b975335623b390bc2516e'
          'a44160f17c95d4ce1d6f3b4ca7cf6b9e')
 
 build() {

Modified: extra-x86_64/maxima.install
===================================================================
--- extra-x86_64/maxima.install	2009-04-24 11:06:20 UTC (rev 36523)
+++ extra-x86_64/maxima.install	2009-04-24 11:06:50 UTC (rev 36524)
@@ -18,9 +18,10 @@
   post_remove() {
   echo "update desktop and mime database..."
   update-desktop-database
+  }
 
+  pre_remove() {
   for file in ${filelist[@]}; do
     install-info --delete $infodir/$file $infodir/dir 2> /dev/null
   done
-
   }




More information about the arch-commits mailing list