diff options
-rw-r--r-- | sha3sum/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha3sum/PKGBUILD b/sha3sum/PKGBUILD index d9f92ca..b6ad23f 100644 --- a/sha3sum/PKGBUILD +++ b/sha3sum/PKGBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Keccak-family checksum calculator, including SHA-3" arch=(i686 x86_64) url="https://github.com/maandree/sha3sum" -license=('ISC') +license=('custom:ISC') depends=(libkeccak) makedepends=(libkeccak sed) source=($pkgname-$pkgver::$url/archive/$pkgver.tar.gz) |