diff --git a/APKBUILD b/APKBUILD index fc13623..358f84d 100644 --- a/APKBUILD +++ b/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marty Sluijtman pkgname=dice-roller pkgver=0.3 -pkgrel=6 +pkgrel=7 pkgdesc="A little D&D dice roller written in go" url="https://gitlab.com/EternalWanderer/dice-roller" arch="all" @@ -25,6 +25,6 @@ package() { } sha512sums=" -3b522f0184ddef92b429c15cbb6dedfb9fa6f921babbd0aeb250a49c0a3bfdabcc822e74fd64997708a2770f3db22837f0f736d317b71917af8082f0ff2d693e dice-roller-0.3.tar.gz -bbf917fb1ea714eff6d89894ad0db7ae49b29dd1e8d0f3d44994d635f955e27ee410c1b49a08060a7e4f62faf266515c4889225b7ce3ff6062be53a56140dcd2 zsh.completion +fae8ab37cf7e4557c01f2b1c8d42d336e27fc2a2004ad16041dea97ea6ae1fa9ff9fcc69a25d087c790f86d6a82d66a34544a1041aa442f5f45fc5323d04000d dice-roller-0.3.tar.gz +d9cc5ea1c0473a33bd74b45bd30d10ef2948ea7a5769c4860de19cb48a2e48840be8827fde04c5284ac917d0f6ece62cc6c1c01f181fbecb27328462479c5954 zsh.completion " diff --git a/zsh.completion b/zsh.completion index cd9ad0f..d91966a 100644 --- a/zsh.completion +++ b/zsh.completion @@ -7,8 +7,8 @@ arguments=( '(--coin --advantage --disadvantage -throws)-c=-[Specify amount of dice to cast]:(number of dice)' '(--coin --advantage --disadvantage -c)--throws=-[Specify amount of dice to cast]:(number of dice)' - '(--coin --advantage --disadvantage --surfaces)-s=[Use to specify die surfaces]:(number of surfaces):(4 8 10 12 20 100)' - '(--coin --advantage --disadvantage -s)--surfaces=[Use to specify die surfaces]:(number of surfaces):(4 8 10 12 20 100)' + '(--coin --advantage --disadvantage --surfaces)-s=[Use to specify die surfaces]:(number of surfaces):(4 6 8 10 12 20 100)' + '(--coin --advantage --disadvantage -s)--surfaces=[Use to specify die surfaces]:(number of surfaces):(4 6 8 10 12 20 100)' '(--coin --modifier)-m=[Add modifier to result of rolls]:(number to add)' '(--coin -m)--modifier=[Add modifier to result of rolls]:(number to add)'