summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-02-09 14:26:28 -0500
committerYour Name2022-02-09 14:26:28 -0500
commitf1b9b4afa38606592b6ccc2b8ef2fab9bb2df3a0 (patch)
treeba41dbae55108a2cc7ee45a1695585bbfb581880
parent9ae796bd11e50b98f9fed25ca393bbffe4bcf028 (diff)
downloadaur-f1b9b4afa38606592b6ccc2b8ef2fab9bb2df3a0.tar.gz
Added sword to depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92dc48702253..3fba6a10c97b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = libbible
url = https://vance.fish/git/libbible/
arch = x86_64
license = MIT
+ depends = sword
source = https://vance.fish/git/libbible//snapshot/libbible-1.0.1.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0b2a463acfba..1e8e9b8dc4cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="This library provides a simplified interface to the SWORD project."
arch=('x86_64')
url="https://vance.fish/git/libbible/"
license=('MIT')
+depends=(sword)
source=("$url/snapshot/$pkgname-$pkgver.tar.gz")
sha256sums=('SKIP')