Date: Sunday, March 24, 2019 @ 11:32:48 Author: arojas Revision: 349139
Update to 19.03.1 Modified: wxmaxima/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-24 11:00:21 UTC (rev 349138) +++ PKGBUILD 2019-03-24 11:32:48 UTC (rev 349139) @@ -3,7 +3,7 @@ # Contributor: Vinay S Shastry <[email protected]> pkgname=wxmaxima -pkgver=19.01.3 +pkgver=19.03.1 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=('235dfbac6614aea331c1e051e0705ce191122f050b9cbac74cc5750a718497a0') +sha256sums=('e29f6476c8e2bdd8367695955078372c39786810261b169f6ca0208ec5b01f24') build() { cd ${pkgname}-Version-${pkgver}
