summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrnmst/Franco Masotti2016-12-03 14:50:45 +0100
committerfrnmst/Franco Masotti2016-12-03 14:50:45 +0100
commitf02e5142dafa48c5ceef467db55d4cb1c2548ab6 (patch)
tree38c864017f316ffcff623448087845c62861a99a /PKGBUILD
parent837bf13b0db0bef9ef6ce2f3825125d66c0b42eb (diff)
downloadaur-f02e5142dafa48c5ceef467db55d4cb1c2548ab6.tar.gz
Added missing dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63fa27095150..e0c5f174bff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=swish-cplint
pkgver=r1673.4e5dd96
-pkgrel=4
+pkgrel=5
pkgdesc="SWI-Prolog for SHaring: a SWI-Prolog web IDE integrated with the cplint suite"
arch=('x86_64')
url="https://github.com/friguzzi/swish"
@@ -10,6 +10,7 @@ license=('BSD')
depends=('libxinerama'
'libxpm'
'git'
+ 'graphviz'
'swi-prolog-devel'
'rserve-sandbox-docker')
makedepends=('git'