Date: Wednesday, April 8, 2020 @ 09:58:15 Author: arojas Revision: 379805
Update to 20.03.1 Modified: wxmaxima/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-08 08:55:13 UTC (rev 379804) +++ PKGBUILD 2020-04-08 09:58:15 UTC (rev 379805) @@ -3,7 +3,7 @@ # Contributor: Vinay S Shastry <[email protected]> pkgname=wxmaxima -pkgver=19.09.0 +pkgver=20.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=('5080cc3fee1bd1fb570dd354dea3c4fae8e8b752895e720fd51e160481d2bd72') +sha256sums=('2a06fdf235276cf30c1fc5a64b0e0965e5bd843610d4dc599bf7c63c0ea985bb') prepare() { mkdir -p build
