summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-27 01:56:47 +0100
committerhaawda2019-01-27 01:56:47 +0100
commit06c33614ef72768a8a5343282338642af09b3770 (patch)
tree7a7d86d9a708a86e8f88c3c5de2a644f93709617
parent70dd8e8880c9968c35f81d576b726b28d481b041 (diff)
downloadaur-06c33614ef72768a8a5343282338642af09b3770.tar.gz
avoid enchant1.6 dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e09200056a4..7515e84c9dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xiphos
pkgdesc = Bible study tool for GTK+
pkgver = 4.1.0
- pkgrel = 4
+ pkgrel = 5
url = http://xiphos.org/
arch = i686
arch = x86_64
@@ -10,14 +10,13 @@ pkgbase = xiphos
makedepends = gnome-doc-utils
makedepends = intltool
makedepends = python2
- makedepends = dbus-glib
makedepends = docbook-utils
depends = sword>=1.8.1
depends = webkit2gtk
depends = libgsf
depends = gtkhtml4
depends = biblesync<=2.0.0
- depends = enchant1.6
+ depends = dbus-glib
provides = gnomesword
conflicts = gnomesword
source = xiphos-4.1.0.tar.gz::https://github.com/crosswire/xiphos/archive/4.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index cd8f33b3731e..f57e41815b38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=xiphos
pkgver=4.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="A Bible study tool for GTK3"
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<=2.0.0' 'enchant1.6')
-makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'python2' 'dbus-glib' 'docbook-utils')
+depends=('sword>=1.8.1' 'webkit2gtk' 'libgsf' 'gtkhtml4' 'biblesync<=2.0.0' 'dbus-glib')
+makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'python2' 'docbook-utils')
license=('GPL')
provides=('gnomesword')
conflicts=('gnomesword')