aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-15 16:50:48 +0200
committerMattias Andrée <maandree@kth.se>2017-10-15 16:50:48 +0200
commit667dac742bfb8d87c87dfed66020a75045d8e1b5 (patch)
treece405bd23a2aabafb3766d30de1988e6334c8642
parentsha3sum: use filename::source (diff)
downloadaur-packages-667dac742bfb8d87c87dfed66020a75045d8e1b5.tar.gz
aur-packages-667dac742bfb8d87c87dfed66020a75045d8e1b5.tar.bz2
aur-packages-667dac742bfb8d87c87dfed66020a75045d8e1b5.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--sha3sum/PKGBUILD2
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)