diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-15 21:20:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-15 21:20:25 +0100 |
commit | 3c0e075282507933bb486ebd6201509009f8d6e3 (patch) | |
tree | 36f6d759005903c5d934c805742145438e0da7a0 /dist/archlinux/stable/PKGBUILD | |
parent | update dist (diff) | |
download | file2key-3c0e075282507933bb486ebd6201509009f8d6e3.tar.gz file2key-3c0e075282507933bb486ebd6201509009f8d6e3.tar.bz2 file2key-3c0e075282507933bb486ebd6201509009f8d6e3.tar.xz |
missed to add libkeccak to deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 1f3742e..3422a64 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -7,8 +7,8 @@ pkgdesc="A simple command that generates a key from a file and a passphrase" arch=(i686 x86_64) url="https://github.com/maandree/file2key" license=('GPL3') -depends=(glibc libpassphrase) -makedepends=(make coreutils gcc glibc libpassphrase) +depends=(glibc libpassphrase libkeccak) +makedepends=(make coreutils gcc glibc libpassphrase libkeccak) source=($url/archive/$pkgver.tar.gz) sha256sums=(aa8d50ade18a77a5f721d2c843e089abf5a6ee9aa163821c564db19e0de75ac8) |