Package Details: darkfi-git v0.4.1.r977.ge23fb30604-2

Git Clone URL: https://aur.archlinux.org/darkfi-git.git (read-only, click to copy)
Package Base: darkfi-git
Description: A blockchain designed with anonimity at the forefront, utilizing zk cryptography.
Upstream URL: https://darkrenaissance.github.io/darkfi/
Licenses: AGPL
Provides: darkfid, darkirc, drk, faucetd, tau, taud, vanityaddr
Submitter: bigsmoke
Maintainer: bigsmoke
Last Packager: bigsmoke
Votes: 0
Popularity: 0.000000
First Submitted: 2022-12-31 16:40 (UTC)
Last Updated: 2023-08-21 10:42 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

luwum commented on 2023-12-25 20:09 (UTC) (edited on 2023-12-25 20:10 (UTC) by luwum)

Needed to install sqlcipher as dependency.

diff --git a/PKGBUILD b/PKGBUILD
index 51cae87..5f63ff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://darkrenaissance.github.io/darkfi/"
 license=('AGPL')
 #groups=()
 depends=(openssl mpg123)
-makedepends=(rustup make jq gcc pkgconf git alsa-lib)
+makedepends=(rustup make jq gcc pkgconf git alsa-lib sqlcipher)
 #checkdepends=()
 #optdepends=()
 provides=(darkfid faucetd drk darkirc vanityaddr tau taud)