summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-10-29 22:25:34 +0100
committerhaawda2018-10-29 22:25:34 +0100
commit1d12e9845ce0271f08ff509148371f6d1fe7c0e9 (patch)
treece2f794e7cc77f0a2082e027b6d4feead8f4f5ca
parent65d549d16c91abcafe4640e824b3f4a4f21b81e9 (diff)
downloadaur-1d12e9845ce0271f08ff509148371f6d1fe7c0e9.tar.gz
add enchant1.6 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 809d45d2ed80..d5994ca81c52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xiphos
pkgdesc = Bible study tool for GTK+
pkgver = 4.1.0
- pkgrel = 2
+ pkgrel = 3
url = http://xiphos.org/
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = xiphos
depends = libgsf
depends = gtkhtml4
depends = biblesync<=2.0.0
+ depends = enchant1.6
depends = gconf
provides = gnomesword
conflicts = gnomesword
diff --git a/PKGBUILD b/PKGBUILD
index c38be0f30cc6..29af6e994165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=xiphos
pkgver=4.1.0
-pkgrel=2
+pkgrel=3
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' 'gconf')
+depends=('sword>=1.8.1' 'webkit2gtk' 'libgsf' 'gtkhtml4' 'biblesync<=2.0.0' 'enchant1.6' 'gconf')
makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'python2' 'dbus-glib' 'docbook-utils')
license=('GPL')
provides=('gnomesword')