summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-06 09:29:08 +0200
committerhaawda2018-05-06 09:29:08 +0200
commitdd596eb98d3c591916a780c03406112e3a540736 (patch)
tree250a36026fd19de9b14f135c9adb151b792ed995
parent37b79cc27eaec39c16a4f4419a75a33480ad2967 (diff)
downloadaur-dd596eb98d3c591916a780c03406112e3a540736.tar.gz
add versioned dependency for biblesync
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 398ed9549515..dfba41d85605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = xiphos
depends = webkit2gtk
depends = libgsf
depends = gtkhtml4
- depends = biblesync
+ depends = biblesync<=2.0.0
depends = gconf
provides = gnomesword
conflicts = gnomesword
diff --git a/PKGBUILD b/PKGBUILD
index cd2a00f39f67..984aa5817b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://xiphos.org"
pkgdesc="Bible study tool for GTK+"
url="http://xiphos.org/"
-depends=('sword>=1.8.1' 'webkit2gtk' 'libgsf' 'gtkhtml4' 'biblesync' 'gconf')
+depends=('sword>=1.8.1' 'webkit2gtk' 'libgsf' 'gtkhtml4' 'biblesync<=2.0.0' 'gconf')
makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'python2' 'dbus-glib')
license=('GPL')
provides=('gnomesword')