summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics2018-10-16 15:54:11 +0200
committerfelics2018-10-16 15:54:11 +0200
commit23ebf830703ca76bd4c03ccda540e314438b0156 (patch)
tree0bacdbee3213525b5f7fba8397c544dc5607f609
parent0bb18c13a92e3577fc6a1daae480f446c83a44d5 (diff)
downloadaur-23ebf830703ca76bd4c03ccda540e314438b0156.tar.gz
Removed an extra ' '.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec0f9ec52a85..78cd725c614b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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+r1764
- pkgrel = 1
+ pkgrel = 2
url = http://cmvl.cs.concordia.ca/auto/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e8c82addc15a..d960d73d3d2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@
pkgname="auto-07p"
pkgver=0.9.1+r1764
-pkgrel=1
+pkgrel=2
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/'
@@ -51,7 +51,7 @@ optdepends=(
"openmpi: For MPI message passing (parallel computation). To build, set the environment variable '_WITH_OPENMP' to 'yes'."
"texlive-bin: For compiling the manual (enable compilation of documentation by setting the environment variable '_BUILD_DOC' to 'yes')."
"transfig: For compiling the manual (enable manual compiling in PKGBUILD (enable compilation of documentation by setting the environment variable '_BUILD_DOC' to 'yes'))."
- ) ### Note: Some of these are optional at build time, but once a feature is build in (by './configure' automatically detecting the corresponding libraries), the packages are required to actual run AUTO, so they are _no_ optdepends for the binary package, just for the source.
+ ) ### Note: Some of these are optional at build time, but once a feature is build in (by './configure' automatically detecting the corresponding libraries), the packages are required to actual run AUTO, so they are _no_ optdepends for the binary package, just for the source.
license=(
'BSD'
'LGPL2'