summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgandalf32015-11-06 12:55:53 -0800
committergandalf32015-11-06 12:55:53 -0800
commit19057093a1f3bf217189bd0e7edd5a057850cd3d (patch)
tree5cf5b5d46c2c5f34ea3b08a343b8de7aeea4880d /PKGBUILD
parentaef074fe923cbc1cc0190605bff8601a193454ed (diff)
downloadaur-19057093a1f3bf217189bd0e7edd5a057850cd3d.tar.gz
specify correct package name for providing 32bit java
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb00f0169872..9a252ee63ce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="ENIGMA, the Extensible Non-Interpreted Game Maker Augmentation."
url="http://enigma-dev.org"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('alure' 'zlib' 'openal' 'libx11' 'libgl' 'mesa' 'gtk2' 'dumb' 'java32-runtime' 'desktop-file-utils' \
+depends=('alure' 'zlib' 'openal' 'libx11' 'libgl' 'mesa' 'gtk2' 'dumb' 'bin32-jre' 'desktop-file-utils' \
'hicolor-icon-theme')
makedepends=('git' 'python')