Skip to content

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis Durakovic committed Mar 15, 2024
1 parent b4bc34a commit fef7eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aur.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aur
run-name: Publishing to AUR
run-name: ${{ github.ref_name }} - Publishing to AUR
on:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion packaging/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/ad-on-is/resticity"
license=('GPL3')
groups=()
depends=(go nodejs restic webkit2gtk)
depends=(go nodejs npm restic webkit2gtk)
makedepends=()
checkdepends=()
optdepends=()
Expand Down

0 comments on commit fef7eba

Please sign in to comment.