summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a8131b6f2d4..7a4580773f4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="An editor for building character sheets for the GURPS 4th Edition RPG s
arch=('i686' 'x86_64')
url="http://gurpscharactersheet.com"
license=('MPL')
+depends=('java-runtime')
src="gcs-$pkgver-linux"
if test "$CARCH" == i686; then
src+='-32'