Fixed AUR Github Action not including sway-portals.conf (#247)
* Added sway-portals.conf to AUR publish Action * Bumped PKGBUILD pkgrel
This commit is contained in:
parent
7c75b21933
commit
7c8d46bbaa
2
.github/workflows/AUR_publish.yml
vendored
2
.github/workflows/AUR_publish.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
||||||
pkgname: swayfx
|
pkgname: swayfx
|
||||||
pkgbuild: ./build-scripts/aur/PKGBUILD
|
pkgbuild: ./build-scripts/aur/PKGBUILD
|
||||||
assets: |
|
assets: |
|
||||||
|
./build-scripts/aur/sway-portals.conf
|
||||||
./build-scripts/aur/50-systemd-user.conf
|
./build-scripts/aur/50-systemd-user.conf
|
||||||
./build-scripts/aur/sway.install
|
./build-scripts/aur/sway.install
|
||||||
commit_username: ${{ secrets.AUR_USERNAME }}
|
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||||
|
@ -44,6 +45,7 @@ jobs:
|
||||||
pkgname: swayfx-git
|
pkgname: swayfx-git
|
||||||
pkgbuild: ./build-scripts/aur-git/PKGBUILD
|
pkgbuild: ./build-scripts/aur-git/PKGBUILD
|
||||||
assets: |
|
assets: |
|
||||||
|
./build-scripts/aur/sway-portals.conf
|
||||||
./build-scripts/aur-git/50-systemd-user.conf
|
./build-scripts/aur-git/50-systemd-user.conf
|
||||||
./build-scripts/aur-git/sway.install
|
./build-scripts/aur-git/sway.install
|
||||||
commit_username: ${{ secrets.AUR_USERNAME }}
|
commit_username: ${{ secrets.AUR_USERNAME }}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
_pkgname=swayfx
|
_pkgname=swayfx
|
||||||
pkgname="$_pkgname-git"
|
pkgname="$_pkgname-git"
|
||||||
pkgver=r7023.9cd02fc4
|
pkgver=r7023.9cd02fc4
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
pkgdesc="SwayFX: Sway, but with eye candy!"
|
pkgdesc="SwayFX: Sway, but with eye candy!"
|
||||||
makedepends=(
|
makedepends=(
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
_pkgname=swayfx
|
_pkgname=swayfx
|
||||||
pkgname="$_pkgname"
|
pkgname="$_pkgname"
|
||||||
pkgver=0.3.2
|
pkgver=0.3.2
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
pkgdesc="SwayFX: Sway, but with eye candy!"
|
pkgdesc="SwayFX: Sway, but with eye candy!"
|
||||||
makedepends=(
|
makedepends=(
|
||||||
|
|
Loading…
Reference in a new issue