Date: Tuesday, July 21, 2020 @ 08:07:12 Author: arojas Revision: 392308
Update to 20.07.0 Modified: wxmaxima/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-21 02:13:56 UTC (rev 392307) +++ PKGBUILD 2020-07-21 08:07:12 UTC (rev 392308) @@ -3,7 +3,7 @@ # Contributor: Vinay S Shastry <[email protected]> pkgname=wxmaxima -pkgver=20.06.6 +pkgver=20.07.0 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=('a6c5e105fe406bd8716bbd2d37c14d3dd0f5411e6a96a22a291937fa1387928a') +sha256sums=('0ab31006eb00e978ba8ecc840097272b401c294c0dbf69919ec8d6c02558e6f0') prepare() { mkdir -p build
