Date: Sunday, June 7, 2020 @ 16:52:19 Author: arojas Revision: 388436
Update to 20.06.6 Modified: wxmaxima/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-07 16:40:47 UTC (rev 388435) +++ PKGBUILD 2020-06-07 16:52:19 UTC (rev 388436) @@ -3,7 +3,7 @@ # Contributor: Vinay S Shastry <[email protected]> pkgname=wxmaxima -pkgver=20.06.3 +pkgver=20.06.6 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=('8de5a16b7147569f02426db9fe3f6ebc2424333f90e22e5ae6674fdf4f12a5b5') +sha256sums=('a6c5e105fe406bd8716bbd2d37c14d3dd0f5411e6a96a22a291937fa1387928a') prepare() { mkdir -p build
