summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormakepkg2020-07-26 16:38:47 +0200
committermakepkg2020-07-26 16:38:47 +0200
commit071f25582511b6143ecc6c39287aee2f27c849d8 (patch)
tree50f3afdb63996ddf5727ea4ca150d50f7c665a94
parent7cf20c19d87db696a0d37709abed0d173d5be1b0 (diff)
downloadaur-071f25582511b6143ecc6c39287aee2f27c849d8.tar.gz
Added `git` as makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 645506a9e407..dff8a9b3a1ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = auto-07p-git
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.2+r1856
- pkgrel = 1
+ pkgrel = 2
url = http://cmvl.cs.concordia.ca/auto/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = auto-07p-git
license = GPL2
makedepends = g95
makedepends = gcc
+ makedepends = git
depends = bash
depends = g95
depends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index fa4191847cc9..047a329a669a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ _debiandfsgver=3
_debianver="${_debianmainver}+dfsg-${_debiandfsgver}"
_pkgver=latest
pkgver=0.9.2+r1856
-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/'
@@ -42,6 +42,7 @@ makedepends=(
# 'gcc-fortran' # May fail to build with gcc8 (see http://sourceforge.net/p/auto-07p/bugs/9/).
'g95' # Use 'g95' (Fortran compiler from GCC 4.0.3) instead of 'gcc-fortran'.
'gcc'
+ 'git'
)
optdepends=(
"python2-matplotlib: For python interface."