summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle De'Vir2019-07-27 19:15:40 +1000
committerKyle De'Vir2019-07-27 19:15:40 +1000
commitb005816cfdc819ec7bac34130e29f59de67ec050 (patch)
treec1dc2e23ec9caa1b2b8a0b3f77d5090be33eed4b
parentbc3e0d5ce7ab046dc35edbfb01bf21b4a5c6d875 (diff)
downloadaur-b005816cfdc819ec7bac34130e29f59de67ec050.tar.gz
Fix depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13dcf6d76f37..233e021b2db2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,9 @@ pkgbase = bcachefs-tools-git
makedepends = libutil-linux
makedepends = pkgconf
makedepends = zlib
+ depends = libscrypt
+ depends = libsodium
+ depends = liburcu
provides = bcachefs-tools
source = git+https://github.com/koverstreet/bcachefs-tools
source = add-mkinitcpio-hook-for-Arch.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6c85d40087d0..db475456cfaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,12 +22,19 @@ makedepends=(
"pkgconf"
"zlib"
)
+depends=(
+ "libscrypt"
+ "libsodium"
+ "liburcu"
+)
_reponame="bcachefs-tools"
_repo_url="https://github.com/koverstreet/${_reponame}"
-source=("git+${_repo_url}"
- "add-mkinitcpio-hook-for-Arch.patch")
+source=(
+ "git+${_repo_url}"
+ "add-mkinitcpio-hook-for-Arch.patch"
+)
sha256sums=('SKIP'
'b4d6bc483b417ceaa5c628c686a613e568e64a699288da0388d508a481c710e9')