summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Dewar2020-05-18 17:40:13 +0100
committerAlex Dewar2020-05-18 17:40:13 +0100
commitb50cc5915de5d26f6b9c9bee43ccaceb3c023a08 (patch)
treec5956b75b95ba84c0e607ab2931f973b9e3f48c9 /PKGBUILD
parente6f3b58ad668f47cadb75283834caf5581e0f22e (diff)
downloadaur-spinecreator-git.tar.gz
Missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bc9e57ee647..d0d9c261266e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alex Dewar <a.dewar@sussex.ac.uk>
pkgname=spinecreator-git
-pkgver=0.9.6+gitc045f60
+pkgver=0.9.6+gite6f3b58
pkgrel=1
pkgdesc="A user interface for creating neural network simulations"
arch=(i686 x86_64)
url="https://github.com/SpineML/SpineCreator.git"
license=('GPL3')
-depends=(brahms qt5-base)
+depends=(brahms qt5-base graphviz)
makedepends=(git cmake)
provides=("spinecreator")
conflicts=("spinecreator")