diff options
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') |