Date: Saturday, March 19, 2022 @ 23:55:16 Author: arojas Revision: 440298
Update to 22.03.0 Modified: wxmaxima/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-19 18:40:15 UTC (rev 440297) +++ PKGBUILD 2022-03-19 23:55:16 UTC (rev 440298) @@ -3,7 +3,7 @@ # Contributor: Vinay S Shastry <[email protected]> pkgname=wxmaxima -pkgver=21.11.0 +pkgver=22.03.0 pkgrel=1 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima" arch=('x86_64') @@ -11,8 +11,8 @@ license=('GPL2') depends=('maxima' 'wxgtk3') makedepends=('cmake') -source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz") -sha256sums=('167e412708e1ef6f68fe934e55844af25a6d4e6f176eb26d46858576b17a90dd') +source=(https://github.com/wxMaxima-developers/wxmaxima/archive/Version-$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('2192f804588511e9a796ad0b677e6f4721bb2cf2a52766f3d47f4528ad0ce0a4') build() { cmake -B build -S ${pkgname}-Version-${pkgver} \
