Skip to content

Commit

Permalink
fix: aur pkg build
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSte committed Oct 20, 2024
1 parent 0325f2d commit 409c656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- uses: actions/checkout@v2

- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.7.1
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
with:
pkgname: fzf-help
pkgbuild: ./PKGBUILD
commit_username: ${{ secrets.AUR_USERNAME }}
commit_email: ${{ secrets.AUR_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: Update AUR package
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
ssh_keyscan_types: rsa,ecdsa,ed25519
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: BartSte [email protected]

pkgname=fzf-help
pkgver=2.1.2
pkgrel=2
pkgver=2.3.0
pkgrel=1
pkgdesc="Use fzf to select command line options from --help"
arch=('any')
url="https://github.com/BartSte/fzf-help"
Expand Down

0 comments on commit 409c656

Please sign in to comment.