summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 027088583fd9..10c999320173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = xiphos-git
pkgdesc = A Bible study tool for GTK3
- pkgver = 4.1.0.r112.g4e92215
+ pkgver = 4.2.1
pkgrel = 1
epoch = 1
url = http://xiphos.org
- arch = i686
arch = x86_64
+ arch = i686
license = GPL2
makedepends = appstream-glib
makedepends = cmake
@@ -20,6 +20,7 @@ pkgbase = xiphos-git
makedepends = python
makedepends = zlib
makedepends = zip
+ depends = biblesync
depends = gtkhtml4
depends = libbiblesync.so
depends = minizip
diff --git a/PKGBUILD b/PKGBUILD
index 9d815dd6e939..9fd9524afcf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=xiphos-git
-pkgver=4.1.0.r112.g4e92215
+pkgver=4.2.1
pkgrel=1
epoch=1
pkgdesc='A Bible study tool for GTK3'
-arch=('i686' 'x86_64')
+arch=('x86_64' 'i686')
url='http://xiphos.org'
license=('GPL2')
-depends=('gtkhtml4'
+depends=('biblesync'
+ 'gtkhtml4'
'libbiblesync.so'
'minizip'
'sword'