don't violate deb version string constraints

pull/1548/head
Lex Neva 2022-04-04 21:13:22 -04:00 zatwierdzone przez Kaalleen
rodzic f75c812aba
commit 29786dcd04
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -118,10 +118,11 @@ if [ "$BUILD" = "linux" ]; then
%_signature gpg
EOF
deb_version="$(sed -E 's/[^a-zA-Z0-9.+]/./g' <<< "$VERSION")"
fpm -s dir \
-t deb \
-n inkstitch \
-v "$VERSION" \
-v "$deb_version" \
-d "inkscape >= 1.0.0" \
--license "GPL-3.0" \
--description "An open-source machine embroidery design platform based on Inkscape" \