Date: Sunday, February 3, 2019 @ 11:10:33 Author: arojas Revision: 345177
Update to 19.01.3 Modified: wxmaxima/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-03 06:31:06 UTC (rev 345176) +++ PKGBUILD 2019-02-03 11:10:33 UTC (rev 345177) @@ -3,7 +3,7 @@ # Contributor: Vinay S Shastry <[email protected]> pkgname=wxmaxima -pkgver=18.11.4 +pkgver=19.01.3 pkgrel=1 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima" arch=('x86_64') @@ -12,7 +12,7 @@ depends=('maxima' 'wxgtk3' 'ttf-linux-libertine') makedepends=('cmake') source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz") -sha256sums=('6a2931a14b9491fb0900cf6127943c6f596ed97bb560f1e84c95303909a1fa71') +sha256sums=('235dfbac6614aea331c1e051e0705ce191122f050b9cbac74cc5750a718497a0') build() { cd ${pkgname}-Version-${pkgver} @@ -31,7 +31,4 @@ cd ${pkgname}-Version-${pkgver} make DESTDIR="${pkgdir}" install - - # Fix category in .desktop file - sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop }
