Date: Saturday, January 23, 2021 @ 19:16:18 Author: arojas Revision: 406659
Update to 21.01.0 Modified: wxmaxima/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-23 18:57:45 UTC (rev 406658) +++ PKGBUILD 2021-01-23 19:16:18 UTC (rev 406659) @@ -3,7 +3,7 @@ # Contributor: Vinay S Shastry <[email protected]> pkgname=wxmaxima -pkgver=20.12.2 +pkgver=21.01.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=('7d2ecf6a19e3ba0f6d3889c1855a85884b71365f5844003c7f3c996e2967d65e') +sha256sums=('1086625c37f7a7599e3276d1d4bed94508ba755b24e712ab67c757c4eba054e4') prepare() { mkdir -p build
