[arch-commits] Commit in maxima/trunk (PKGBUILD)
Juergen Hoetzel
juergen at archlinux.org
Thu Aug 26 08:35:37 UTC 2010
Date: Thursday, August 26, 2010 @ 04:35:36
Author: juergen
Revision: 88911
rebuild against SBCL 1.0.40
Modified:
maxima/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-08-26 08:19:08 UTC (rev 88910)
+++ PKGBUILD 2010-08-26 08:35:36 UTC (rev 88911)
@@ -4,12 +4,12 @@
pkgname=maxima
pkgver=5.21.1
-pkgrel=1
+pkgrel=2
pkgdesc="Maxima - a sophisticated computer algebra system"
arch=('i686' 'x86_64')
license=('GPL')
url="http://maxima.sourceforge.net"
-depends=('sbcl=1.0.37' 'texinfo' 'sh')
+depends=('sbcl=1.0.40' 'texinfo' 'sh')
optdepends=('gnuplot: plotting capabilities' \
'rlwrap: readline support via /usr/bin/rmaxima' \
'tk: graphical xmaxima interface')
@@ -18,8 +18,7 @@
options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
install=maxima.install
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
-md5sums=('e08ed533f3059cec52788ef35198bdcc'
- '24aa81126fbb8b726854e5a80d4c2415')
+md5sums=('e08ed533f3059cec52788ef35198bdcc' '24aa81126fbb8b726854e5a80d4c2415')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list