This commit is contained in:
2023-08-31 19:55:59 +03:00
parent fcf91e3f89
commit a77a7cd089
2 changed files with 9 additions and 6 deletions

View File

@ -6,7 +6,7 @@ pkgdesc="Parallel SSH executor"
url="https://github.com/house-of-vanity/rexec"
license=("WTFPL")
arch=("x86_64")
makedepends=("cargo")
makedepends=("rustup")
pkgver() {
echo "$pkgver" | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'