diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-15 22:25:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-15 22:25:13 +0200 |
commit | 73592353b4f34f151921af6e5100410349d977c5 (patch) | |
tree | 919e3d17706f189645246efe417bbf3cd6bdac91 /libkeccak/PKGBUILD | |
parent | Update libkeccak and sha3sum (diff) | |
download | aur-packages-73592353b4f34f151921af6e5100410349d977c5.tar.gz aur-packages-73592353b4f34f151921af6e5100410349d977c5.tar.bz2 aur-packages-73592353b4f34f151921af6e5100410349d977c5.tar.xz |
libkeccak: fix makedeps
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libkeccak/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak/PKGBUILD b/libkeccak/PKGBUILD index 632caea..fbe5c94 100644 --- a/libkeccak/PKGBUILD +++ b/libkeccak/PKGBUILD @@ -9,7 +9,7 @@ url="https://github.com/maandree/libkeccak" license=('custom:ISC') depends=(glibc) checkdepends=(glibc valgrind make coreutils) -makedepends=(glibc gcc make coreutils binutils texinfo) +makedepends=(glibc gcc make coreutils binutils) source=(libkeccak-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) sha256sums=(642e9beb7b9f860ce22ac98fe401233b694da25ddb8a8670d19372f4cd0e88d5) |