summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrnmst/Franco Masotti2016-11-15 17:23:36 +0100
committerfrnmst/Franco Masotti2016-11-15 17:23:36 +0100
commit837bf13b0db0bef9ef6ce2f3825125d66c0b42eb (patch)
treef132d479fe42e55677e335c6481b3b09309b4bbb /PKGBUILD
parentf2e30c272d07932a1da9cdc26d10a19cff05aebe (diff)
downloadaur-837bf13b0db0bef9ef6ce2f3825125d66c0b42eb.tar.gz
Added install option. Lots of fixes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08ac755ce274..63fa27095150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=swish-cplint
pkgver=r1673.4e5dd96
-pkgrel=3
+pkgrel=4
pkgdesc="SWI-Prolog for SHaring: a SWI-Prolog web IDE integrated with the cplint suite"
arch=('x86_64')
url="https://github.com/friguzzi/swish"
license=('BSD')
-depends=('swi-prolog-devel'
+depends=('libxinerama'
+ 'libxpm'
+ 'git'
+ 'swi-prolog-devel'
'rserve-sandbox-docker')
makedepends=('git'
'bower'