summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-05-12 01:48:27 +0300
committerCaleb Maclennan2020-05-12 01:48:27 +0300
commitb478a1aba2766552e2abacdf2979cd20a40be221 (patch)
treee62d4e6c9cac98ce77f0da2a6800872b92618aeb
parent3c7b30b6afe6fdfc6e1eae9eed03f1b7e7839a5d (diff)
downloadaur-b478a1aba2766552e2abacdf2979cd20a40be221.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--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97780ec1892b..93d77dc9b66a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xiphos
pkgdesc = A Bible study tool for GTK3
pkgver = 4.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://xiphos.org
arch = x86_64
arch = i686
@@ -18,6 +18,7 @@ pkgbase = xiphos
makedepends = python
makedepends = zlib
makedepends = zip
+ depends = biblesync
depends = dbus-glib
depends = gtkhtml4
depends = libbiblesync.so
diff --git a/PKGBUILD b/PKGBUILD
index 93e5283e0c00..c5482a8dbd51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
pkgname=xiphos
pkgver=4.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Bible study tool for GTK3'
arch=('x86_64' 'i686')
url='http://xiphos.org'
license=('GPL2')
-depends=('dbus-glib'
+depends=('biblesync'
+ 'dbus-glib'
'gtkhtml4'
'libbiblesync.so'
'minizip'