Date: Tuesday, October 31, 2017 @ 10:46:03 Author: arojas Revision: 308754
Update to 17.10.1 Modified: wxmaxima/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-31 10:03:19 UTC (rev 308753) +++ PKGBUILD 2017-10-31 10:46:03 UTC (rev 308754) @@ -4,8 +4,8 @@ # Contributor: Vinay S Shastry <[email protected]> pkgname=wxmaxima -pkgver=17.10.0 -pkgrel=2 +pkgver=17.10.1 +pkgrel=1 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima" arch=('i686' 'x86_64') url="http://andrejv.github.io/wxmaxima/index.html" @@ -13,7 +13,7 @@ depends=('maxima' 'libxml2' 'wxgtk3' 'ttf-linux-libertine') makedepends=('cmake') source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz") -sha1sums=('344bd14d63a76439734772dc663620e94754beaa') +sha1sums=('fd0c586705ccddfebd6f57be704fc6b23231adf0') build() { cd ${pkgname}-Version-${pkgver}
