diff options
| author | Mattias Andrée <maandree@kth.se> | 2022-02-16 12:55:27 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2022-02-16 12:55:27 +0100 | 
| commit | 7463f9f9c93a3d96f86264f905646b8406288496 (patch) | |
| tree | 8fda4f1ba1dd40ef37fe65da5d86e2426bcaf0ea /libkeccak-musl | |
| parent | Add musl versions of libblake, libar2, and libar2simplified (diff) | |
| download | aur-packages-7463f9f9c93a3d96f86264f905646b8406288496.tar.gz aur-packages-7463f9f9c93a3d96f86264f905646b8406288496.tar.bz2 aur-packages-7463f9f9c93a3d96f86264f905646b8406288496.tar.xz | |
Fix description of libkeccak-musl
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | libkeccak-musl/PKGBUILD | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/libkeccak-musl/PKGBUILD b/libkeccak-musl/PKGBUILD index 273be5f..4198734 100644 --- a/libkeccak-musl/PKGBUILD +++ b/libkeccak-musl/PKGBUILD @@ -3,8 +3,8 @@  pkgname=libkeccak-musl  _pkgname=libkeccak  pkgver=1.3.1 -pkgrel=1 -pkgdesc='Keccak-family hashing library' +pkgrel=2 +pkgdesc='Keccak-family hashing library (musl-version)'  arch=('x86_64' 'i686')  url='https://github.com/maandree/libkeccak'  license=('custom:ISC') | 
