summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Kalbermatter2016-10-28 15:52:19 +0200
committerSandro Kalbermatter2016-10-28 15:52:19 +0200
commite0d9a1c5a2417290b592e1599f16ca17af6359cc (patch)
tree30d7c4a8ca8fe1e4325702824db5e6c8d23d1fe4
parentbb079b2d9a8b8d65f5ff2e155e01ae379a757177 (diff)
downloadaur-e0d9a1c5a2417290b592e1599f16ca17af6359cc.tar.gz
fixing commas in dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6531f3a2da9..911e9b61d054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sandro Kalbermatter <info.kalsan [ät-symbol] valaiscom.ch>
pkgname=schemaspygui
pkgver=0.99
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical user interface for the tool SchemaSpy from John Currier"
arch=(any)
url="http://schemaspy.sourceforge.net/"
license=(LGPL)
-depends=('java-runtime>=6', 'schemaspy', 'graphviz')
+depends=('java-runtime>=6' 'schemaspy' 'graphviz')
provides=('schemaspygui')
install=${pkgname}.install
source=("schemaSpyGUI20090302.zip::http://downloads.sourceforge.net/project/schemaspygui/schemaspygui/SchemaSpyGUI%20Version%20$pkgver%20%2820090302%29%20-%20Linux%20bugfix/schemaSpyGUI20090302.zip")