summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Pedroni2017-02-25 15:29:47 +0100
committerEduardo Pedroni2017-02-25 15:29:47 +0100
commit1951f285a90eb5d7c8e4c00a5fa0f833cbe9a856 (patch)
tree111d48ff90579c4c8c678481cd78a72ba9e20efc /PKGBUILD
parent7f7503f56f8ea6e615ec21c0ad65be34358b3203 (diff)
downloadaur-1951f285a90eb5d7c8e4c00a5fa0f833cbe9a856.tar.gz
Fixed webkit2gtk dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80e734a4b357..bfbdd618144c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=eclipse-platform
pkgver=4.6.2
_pkgbuild=201611241400
-pkgrel=2
+pkgrel=3
pkgdesc="A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager"
url="https://www.eclipse.org"
arch=("i686" "x86_64")
license=("EPL")
-depends=("java-environment>=8" "unzip" "webkitgtk2" "libxtst" "hicolor-icon-theme")
+depends=("java-environment>=8" "unzip" "webkit2gtk" "libxtst" "hicolor-icon-theme")
optdepends=()
conflicts=("eclipse")
provides=("eclipse=$pkgver")