summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoffer.joshua2019-02-06 16:34:30 -0700
committerhoffer.joshua2019-02-06 16:34:30 -0700
commite3a2f8e5c7bb49b3910255cf2fa55ae6ba98f056 (patch)
tree3a98fb0eb2152bb9e8a354454d786bf95bed4ea9
parent35e48af742fe7cfa4eee4eddcd2560267bed4e80 (diff)
downloadaur-e3a2f8e5c7bb49b3910255cf2fa55ae6ba98f056.tar.gz
added git dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2aad567bd82..a6229a27f454 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = dune-functions
makedepends = dune-typetree
makedepends = dune-localfunctions
makedepends = dune-grid
+ makedepends = git
source = git+https://gitlab.dune-project.org/staging/dune-functions.git#tag=v2.6.0
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 84b494437968..2e223b8aa747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://dune-project.org/modules/dune-functions/index.html'
arch=('any')
license=('custom')
source=("git+https://gitlab.dune-project.org/staging/${pkgname}.git#tag=v${pkgver}")
-makedepends=('cmake' "dune-common=${pkgver}" "dune-typetree" "dune-localfunctions" "dune-grid")
+makedepends=('cmake' "dune-common=${pkgver}" "dune-typetree" "dune-localfunctions" "dune-grid" 'git')
md5sums=('SKIP')
package() {