summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni2017-02-25 15:29:47 +0100
committerEduardo Pedroni2017-02-25 15:29:47 +0100
commit1951f285a90eb5d7c8e4c00a5fa0f833cbe9a856 (patch)
tree111d48ff90579c4c8c678481cd78a72ba9e20efc
parent7f7503f56f8ea6e615ec21c0ad65be34358b3203 (diff)
downloadaur-1951f285a90eb5d7c8e4c00a5fa0f833cbe9a856.tar.gz
Fixed webkit2gtk dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33987ddf3471..f71789ee2851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eclipse-platform
pkgdesc = A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager
pkgver = 4.6.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.eclipse.org
install = eclipse-platform.install
arch = i686
@@ -9,7 +9,7 @@ pkgbase = eclipse-platform
license = EPL
depends = java-environment>=8
depends = unzip
- depends = webkitgtk2
+ depends = webkit2gtk
depends = libxtst
depends = hicolor-icon-theme
provides = eclipse=4.6.2
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")