summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2016-01-20 23:15:52 +0100
committerAntonio Rojas2016-01-20 23:15:52 +0100
commitb50188f2703868e63e62c839780f290e06a57994 (patch)
treeb15d531e8e1de81bfdb7d4864915e05e2a4f79f0 /PKGBUILD
parente7fdac4cedfaf31e4cd32c51dcbc6a280cd77671 (diff)
downloadaur-b50188f2703868e63e62c839780f290e06a57994.tar.gz
Fix whitespace
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a844cfa797d..91c12881d9f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Special thanks to Nareto for moving the compile from the .install to the PKGBUILD
pkgname=sagemath-git
-pkgver=7.0.beta0.r0.gd83dab1
+pkgver=7.0.r0.g1961f94
pkgrel=1
pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
arch=(i686 x86_64)
@@ -81,7 +81,7 @@ prepare(){
# fix timeit with Python 2.7.11
patch -p0 -i ../python-2.7.11.patch
# fix contour plots with matplotlib 1.5.1
-  patch -p0 -i ../contour.patch
+ patch -p0 -i ../contour.patch
# Upstream patches
# fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209