Skip to content

Commit

Permalink
Merge branch '29-bug-aur-pipeline-fails' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSte committed Oct 23, 2024
2 parents 42a7f94 + 409c656 commit 1e54725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
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 1e54725

Please sign in to comment.