Skip to content

Commit

Permalink
make AUR package ready
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Oct 1, 2023
1 parent aa29a92 commit 12e3109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,12 @@ jobs:
envsubst '${version},${sha256sum}' < aur/PKGBUILD > aur/katoa-bin/PKGBUILD
cat aur/katoa-bin/PKGBUILD
- name: Publish katoa-bin to the AUR
# TODO: Uncomment when ready to publish
if: false
uses: superfly/aur-releaser@ba29a0a809d7221713a104f9c9a23c34ee5b0742
with:
pkgname: katoa-bin
pkgbuild: ./aur/katoa-bin/PKGBUILD
commit_username: Grant
commit_email: [email protected]
commit_username: Katoa
commit_email: [email protected]
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: ${{ steps.version.outputs.version }}
force_push: "true"
2 changes: 1 addition & 1 deletion aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgver="${version}"
pkgrel="1"
pkgdesc="Write CI/CD Pipelines in TypeScript"
arch=("x86_64")
url="https://github.com/katoahq"
url="https://github.com/katoahq/katoa"
license=("MIT")
depends=("docker" "deno" "buildkit")
provides=("katoa")
Expand Down

0 comments on commit 12e3109

Please sign in to comment.