Update PKGBUILD templating script
This commit is contained in:
parent
3f2a052b34
commit
e9dd80288f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ name = "multibg-wayland"' ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
version=$(cargo pkgid | cut -d '@' -f2)
|
||||
version=$(cargo pkgid | cut -d '#' -f2)
|
||||
crate="target/package/multibg-wayland-$version.crate"
|
||||
sum=$(sha256sum "$crate" | cut -d ' ' -f1)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue