diff options
Diffstat (limited to 'extra/wxmaxima/PKGBUILD')
-rw-r--r-- | extra/wxmaxima/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/wxmaxima/PKGBUILD b/extra/wxmaxima/PKGBUILD index 91635e6e1..3d25c530a 100644 --- a/extra/wxmaxima/PKGBUILD +++ b/extra/wxmaxima/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Vinay S Shastry <vinayshastry@gmail.com> pkgname=wxmaxima -pkgver=11.04.0 +pkgver=11.08.0 pkgrel=1 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ url="http://wxmaxima.sourceforge.net/" license=('GPL2') depends=('maxima' 'libxml2' 'wxgtk') source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz) -sha1sums=('eef566c6b135943fada0ce844ed4f370374c6392') +sha1sums=('852a772e4b982bc355120cc95ee6f3d600ce011b') build() { cd "${srcdir}/wxMaxima-${pkgver}" |