summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-05-12 01:48:27 +0300
committerCaleb Maclennan2020-05-12 01:48:27 +0300
commit4e2c4fe205549fd64c839b4d7ff81537fa291b68 (patch)
treecf336c12951e3189cf376942a5b49dd3f06627e4
parent4bcfa82710cc216d893f0ebc5744bac02335af3d (diff)
downloadaur-4e2c4fe205549fd64c839b4d7ff81537fa291b68.tar.gz
Depend on package name as well as library module
* upgpkg: xiphos 4.2.1-2 * upgpkg: xiphos-git 14.2.1-1 Add dependency on package name as well as library SO module. The SO module does the versioning trick we need correctly, but it makes it hard for AUR helpers (looking at you Manjaro) to resolve dependencies. Specifying the main package name likely to provide them bridges the gap. Also it looks like some Arch core packages do this (see e.g. harfbuzz / freetype) so it must be an okay hack.
-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'