Skip to content

Commit

Permalink
Fixed Arch build Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Mar 25, 2024
1 parent 9a3d5b3 commit 1b6380b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PKGBUILD-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install packages
run: |
pacman-key --init
pacman -Sy
pacman -Syu --noconfirm
- name: Add builduser
run: |
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vim: ft=PKGBUILD
# vim: ft=sh
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync
pkgver=0.10.1
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/PKGBUILD-git
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vim: ft=PKGBUILD
# vim: ft=sh
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync-git
_pkgname=swaync
Expand Down

0 comments on commit 1b6380b

Please sign in to comment.