aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-02-15 23:06:28 +0100
committerMattias Andrée <maandree@kth.se>2019-02-15 23:06:28 +0100
commit86084f2a03a79a9eb0c12d3eb1283633bd96ca33 (patch)
tree96df5f1e398b3dcb7dc8cef3a7b2b4524df37966
parentUpdate libkeccak and sha3sum (diff)
downloadaur-packages-86084f2a03a79a9eb0c12d3eb1283633bd96ca33.tar.gz
aur-packages-86084f2a03a79a9eb0c12d3eb1283633bd96ca33.tar.bz2
aur-packages-86084f2a03a79a9eb0c12d3eb1283633bd96ca33.tar.xz
...
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--sha3sum/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/sha3sum/PKGBUILD b/sha3sum/PKGBUILD
index ec76ac8..8fac17c 100644
--- a/sha3sum/PKGBUILD
+++ b/sha3sum/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=sha3sum
pkgver=1.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Keccak-family checksum calculator, including SHA-3"
arch=(i686 x86_64)
url="https://github.com/maandree/sha3sum"
license=('custom:ISC')
-depends=(libkeccak)
-makedepends=(libkeccak sed)
+depends=('libkeccak>=1.2')
+makedepends=('libkeccak>=1.2' sed)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
sha256sums=(1a4eef5b09b7f70af1f6970840475d4735a14b4fab21937b9fd104b8606654ce)