Skip to content

Commit

Permalink
fix: fix aur packaging (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnicke authored Aug 24, 2022
1 parent 5db01f6 commit 0d1802f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Validate & update checksums
uses: hapakaien/archlinux-package-action@v2.1.1
uses: hapakaien/archlinux-package-action@v2.2.0
with:
path: packaging/arch
updpkgsums: true
Expand Down
1 change: 1 addition & 0 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
url="https://sodalite.hnicke.de"
license=('GPL')
makedepends=('python-setuptools')
depends=(
'python>=3.9'
'python-binaryornot'
Expand Down

0 comments on commit 0d1802f

Please sign in to comment.