Forgot about the humble d6

This commit is contained in:
Nox Sluijtman 2022-08-21 19:28:24 +02:00
parent 89f6a3c475
commit 895b6a3646
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org> # Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
pkgname=dice-roller pkgname=dice-roller
pkgver=0.3 pkgver=0.3
pkgrel=6 pkgrel=7
pkgdesc="A little D&D dice roller written in go" pkgdesc="A little D&D dice roller written in go"
url="https://gitlab.com/EternalWanderer/dice-roller" url="https://gitlab.com/EternalWanderer/dice-roller"
arch="all" arch="all"
@ -25,6 +25,6 @@ package() {
} }
sha512sums=" sha512sums="
3b522f0184ddef92b429c15cbb6dedfb9fa6f921babbd0aeb250a49c0a3bfdabcc822e74fd64997708a2770f3db22837f0f736d317b71917af8082f0ff2d693e dice-roller-0.3.tar.gz fae8ab37cf7e4557c01f2b1c8d42d336e27fc2a2004ad16041dea97ea6ae1fa9ff9fcc69a25d087c790f86d6a82d66a34544a1041aa442f5f45fc5323d04000d dice-roller-0.3.tar.gz
bbf917fb1ea714eff6d89894ad0db7ae49b29dd1e8d0f3d44994d635f955e27ee410c1b49a08060a7e4f62faf266515c4889225b7ce3ff6062be53a56140dcd2 zsh.completion d9cc5ea1c0473a33bd74b45bd30d10ef2948ea7a5769c4860de19cb48a2e48840be8827fde04c5284ac917d0f6ece62cc6c1c01f181fbecb27328462479c5954 zsh.completion
" "

View file

@ -7,8 +7,8 @@ arguments=(
'(--coin --advantage --disadvantage -throws)-c=-[Specify amount of dice to cast]:(number of dice)' '(--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 -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 --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 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 --modifier)-m=[Add modifier to result of rolls]:(number to add)'
'(--coin -m)--modifier=[Add modifier to result of rolls]:(number to add)' '(--coin -m)--modifier=[Add modifier to result of rolls]:(number to add)'