[arch-commits] Commit in maxima-ecl/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Dec 24 00:19:15 UTC 2018
Date: Monday, December 24, 2018 @ 00:19:14
Author: arojas
Revision: 417684
Depend on exact version of ecl
Modified:
maxima-ecl/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-24 00:07:59 UTC (rev 417683)
+++ PKGBUILD 2018-12-24 00:19:14 UTC (rev 417684)
@@ -7,13 +7,13 @@
_pkgname=maxima
pkgver=5.42.1
_eclver=16.1.3
-pkgrel=4
+pkgrel=5
pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
arch=(x86_64)
license=(GPL)
url="https://maxima.sourceforge.net"
-depends=(ecl texinfo shared-mime-info)
-makedepends=(python emacs patch)
+depends=(ecl=$_eclver texinfo shared-mime-info)
+makedepends=(python emacs)
optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
conflicts=(maxima)
provides=(maxima)
@@ -23,8 +23,7 @@
sha256sums=('8f555aec33bc61b5a3ee0fe2e9d6c1179db67a2ff7e0eceb6bb614058eeb40cd'
'90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
- '60ed7d96da06361a2f2f2e9df36aecae0384fe454bf3f963a2cab6033e1bd7a5'
- '836cc2ab81404bb46660cde0d256482f9716bc319d0d0cb1773a1da8f74917e9')
+ '60ed7d96da06361a2f2f2e9df36aecae0384fe454bf3f963a2cab6033e1bd7a5')
prepare() {
cd $_pkgname-$pkgver
More information about the arch-commits
mailing list