Skip to content

Commit

Permalink
Remove code that is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Mar 21, 2024
1 parent dbe1861 commit 572e31b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ cd "$INPUT_PACKAGE_NAME"
echo "Setting version: ${NEW_RELEASE}"
sed -i "s/pkgver=.*$/pkgver=${NEW_RELEASE}/" PKGBUILD
sed -i "s/pkgrel=.*$/pkgrel=1/" PKGBUILD
# This only has to be done once -- stale URL and stale description
sed -i "s/pkgdesc=.*$/pkgdesc='Set up and manage your Kobweb-enhanced Compose HTML app'/" PKGBUILD
sed -i 's|https://github.com/varabyte/kobweb/releases/download/cli-v|https://github.com/varabyte/kobweb-cli/releases/download/v|' PKGBUILD
# End only needs to do once

updpkgsums

echo "::endgroup::Setup"
Expand Down

0 comments on commit 572e31b

Please sign in to comment.