summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics@felics-tablet2016-03-11 00:29:00 +0100
committerfelics@felics-tablet2016-03-11 00:29:00 +0100
commitec88e9270e94daf12d19b9dc7370baa13b31f7eb (patch)
treec360b7f28c8b178b983bdc6769db4c7d76b2abaa
parent94ab4cdc0574b511c0b6b3868db2b0ac70e3b095 (diff)
downloadaur-ec88e9270e94daf12d19b9dc7370baa13b31f7eb.tar.gz
.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0388d0dd2e11..0bf76f1e1c5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Mar 10 23:28:46 UTC 2016
pkgbase = auto-07p
pkgdesc = Software for continuation and bifurcation problems in ordinary differential equations. Release 07P. Environment variables controlling build (default to 'no', see PKGBUILD): _BUILD_DOC, _WITH_PLAUT04, _PLAUT04_WITH_QT, AUTO_DEBUG, _WITH_OPENMP, _WITH_MPI.
pkgver = 0.9.1
- pkgrel = 41
+ pkgrel = 42
url = http://cmvl.cs.concordia.ca/auto/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c04f4bdda669..ebe65cda8df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@
pkgname="auto-07p"
pkgver="0.9.1"
-pkgrel="41"
+pkgrel="42"
pkgdesc="Software for continuation and bifurcation problems in ordinary differential equations. Release 07P. Environment variables controlling build (default to 'no', see PKGBUILD): _BUILD_DOC, _WITH_PLAUT04, _PLAUT04_WITH_QT, AUTO_DEBUG, _WITH_OPENMP, _WITH_MPI."
arch=('i686' 'x86_64')
url='http://cmvl.cs.concordia.ca/auto/'
@@ -192,7 +192,7 @@ build()
cd "${_extractdir}" || exit 11
if [ "y${_WITH_PLAUT04}" == "yyes" ]; then
- if ["y${_PLAUT04_WITH_QT}" == "yyes" ]; then
+ if [ "y${_PLAUT04_WITH_QT}" == "yyes" ]; then
_plaut04_qt_config="--enable-plaut04-qt" # Use 'soqt'.
else
_plaut04_qt_config="--disable-plaut04-qt" # Use 'soxt'.