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

Ronald van Haren ronald at nymeria.archlinux.org
Sun Apr 13 08:40:25 UTC 2014


    Date: Sunday, April 13, 2014 @ 10:40:25
  Author: ronald
Revision: 210269

upgpkg: maxima 5.33.0-1

update to 5.33.0; split out prepare() function

Modified:
  maxima/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-13 08:32:33 UTC (rev 210268)
+++ PKGBUILD	2014-04-13 08:40:25 UTC (rev 210269)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa <damir at archlinux.org>
 
 pkgname=maxima
-pkgver=5.32.1
-pkgrel=3
+pkgver=5.33.0
+pkgrel=1
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,15 +17,19 @@
 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")
-sha1sums=('8667c9e26fdb2889ceb0641b0abc7372aadd591a'
+sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
           '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   # set correct python executable to create docs
   sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
 	--libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
 




More information about the arch-commits mailing list