summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-04-20 09:00:39 +0300
committerCaleb Maclennan2021-04-20 09:00:39 +0300
commitbc0a4b84434395d541ac3b3920810036d4e0ed09 (patch)
treefaf69613539895e6643dccc08c76cfb5b29e0355
parent7401c875c35105867bc57e7e98a7417360cbcfb1 (diff)
downloadaur-bc0a4b84434395d541ac3b3920810036d4e0ed09.tar.gz
upgpkg: xiphos 4.2.1-5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 928ea48c5f7c..3500621ab736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xiphos
pkgdesc = A Bible study tool for GTK3
pkgver = 4.2.1
- pkgrel = 4
+ pkgrel = 5
url = http://xiphos.org
arch = x86_64
arch = i686
@@ -21,7 +21,9 @@ pkgbase = xiphos
depends = biblesync
depends = dbus-glib
depends = gtkhtml4
+ depends = icu
depends = libbiblesync.so
+ depends = libicui18n.so
depends = minizip
depends = sword>=1.9.0
depends = webkit2gtk
diff --git a/PKGBUILD b/PKGBUILD
index 9e092fdc3615..a923c3af5b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=xiphos
pkgver=4.2.1
-pkgrel=4
+pkgrel=5
pkgdesc='A Bible study tool for GTK3'
arch=('x86_64' 'i686')
url='http://xiphos.org'
@@ -14,7 +14,9 @@ license=('GPL2')
depends=('biblesync'
'dbus-glib'
'gtkhtml4'
+ 'icu'
'libbiblesync.so'
+ 'libicui18n.so'
'minizip'
'sword>=1.9.0'
'webkit2gtk')