summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-02-17 10:37:28 -0500
committerYour Name2022-02-17 10:37:28 -0500
commit89e8be9ae19857e1652e8843e90f1226e391c5a3 (patch)
treeb56dcb5bf235bf7fcb75de24de0a3640594ec8a6
parent786709a2073218fe20a7e676dbafab14a8e507b9 (diff)
downloadaur-89e8be9ae19857e1652e8843e90f1226e391c5a3.tar.gz
Added minizip to dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b388fec5bd..700b8f642f36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libbible
arch = x86_64
license = MIT
depends = sword
+ depends = minizip
source = https://vance.fish/git/libbible//snapshot/libbible-1.0.1.tar.gz
source = https://vance.fish/git/libbible//snapshot/libbible-1.0.1.tar.gz.asc
validpgpkeys = 2FCF3A100A5B5C0E78E41BDB215A56B23729BC81
diff --git a/PKGBUILD b/PKGBUILD
index 675fdea2bf0a..1045c1040c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +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)
+depends=(sword minizip)
source=($url/snapshot/$pkgname-$pkgver.tar.gz{,.asc})
validpgpkeys=('2FCF3A100A5B5C0E78E41BDB215A56B23729BC81') # Nathan Vance <natervance@gmail.com>