summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-05 06:12:28 +0200
committerhaawda2017-10-05 06:12:28 +0200
commit9ceff7a42b3b5f78ec36105073476c1e4bb42526 (patch)
tree07904a0bf945a6ed181f1bd5d387e4727aec6c09
parent1d0ea95d9428a0642c7bc50421646bc0510b9f35 (diff)
downloadaur-9ceff7a42b3b5f78ec36105073476c1e4bb42526.tar.gz
Another fixes in dependencies (dbus-glib, gconf)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b48a4c254b84..7812d545861b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Oct 5 03:55:10 UTC 2017
pkgbase = xiphos
pkgdesc = Bible study tool for GTK+
pkgver = 4.0.7
- pkgrel = 1
+ pkgrel = 2
url = http://xiphos.org/
arch = x86_64
arch = i686
@@ -12,12 +10,13 @@ pkgbase = xiphos
makedepends = gnome-doc-utils
makedepends = intltool
makedepends = python2
+ makedepends = dbus-glib
depends = sword
depends = webkit2gtk
depends = libgsf
- depends = libglade
depends = gtkhtml4
depends = biblesync
+ depends = gconf
provides = gnomesword
conflicts = gnomesword
source = xiphos-4.0.7.tar.gz::https://github.com/crosswire/xiphos/archive/4.0.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e572974ad374..957b49239e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=xiphos
pkgver=4.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="A Bible study tool for GTK3"
arch=('i686' 'x86_64')
url="http://xiphos.org"
pkgdesc="Bible study tool for GTK+"
arch=('x86_64' 'i686')
url="http://xiphos.org/"
-depends=('sword' 'webkit2gtk' 'libgsf' 'libglade' 'gtkhtml4' 'biblesync')
-makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'python2')
+depends=('sword' 'webkit2gtk' 'libgsf' 'gtkhtml4' 'biblesync' 'gconf')
+makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'python2' 'dbus-glib')
license=('GPL')
provides=('gnomesword')
conflicts=('gnomesword')