diff options
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 841d54d..10a3cb9 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=libkeccak -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc="Keccak-family hashing library" arch=(i686 x86_64) @@ -9,7 +9,8 @@ url="https://github.com/maandree/libkeccak" license=('AGPL3') depends=(glibc) checkdepends=(glibc valgrind make coreutils) -makedepends=(glibc gcc make coreutils binutils) +makedepends=(glibc gcc make coreutils binutils texinfo) +install=libkeccak.install source=($url/archive/$pkgver.tar.gz) sha256sums=(f8f7382bd2b05a539d29f718a8f2d3b922a852dd588c786d9d841cc8f1b3bb2b) |