summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-05 05:55:42 +0200
committerhaawda2017-10-05 05:55:42 +0200
commit1d0ea95d9428a0642c7bc50421646bc0510b9f35 (patch)
treeaee5e9631aaa0b43239e5e49ee7803ea28492cc3
parent0fd30aa645eb71cb4cfc387db74ab5c5c83191f4 (diff)
downloadaur-1d0ea95d9428a0642c7bc50421646bc0510b9f35.tar.gz
fix wrong dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4240581207ae..b48a4c254b84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 03:51:07 UTC 2017
+# Thu Oct 5 03:55:10 UTC 2017
pkgbase = xiphos
pkgdesc = Bible study tool for GTK+
pkgver = 4.0.7
@@ -13,7 +13,7 @@ pkgbase = xiphos
makedepends = intltool
makedepends = python2
depends = sword
- depends = webkitgtk2
+ depends = webkit2gtk
depends = libgsf
depends = libglade
depends = gtkhtml4
diff --git a/PKGBUILD b/PKGBUILD
index da22f6ee04eb..e572974ad374 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://xiphos.org"
pkgdesc="Bible study tool for GTK+"
arch=('x86_64' 'i686')
url="http://xiphos.org/"
-depends=('sword' 'webkitgtk2' 'libgsf' 'libglade' 'gtkhtml4' 'biblesync')
+depends=('sword' 'webkit2gtk' 'libgsf' 'libglade' 'gtkhtml4' 'biblesync')
makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'python2')
license=('GPL')
provides=('gnomesword')