Skip to content

Commit

Permalink
add provides wayland-compositor
Browse files Browse the repository at this point in the history
  • Loading branch information
WillPower3309 committed Sep 25, 2024
1 parent f6e5eb6 commit e0610e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion aur/swayfx-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = swayfx-git
pkgdesc = SwayFX: Sway, but with eye candy!
pkgver = r7057.da559b3e
pkgrel = 1
pkgrel = 2
url = https://github.com/WillPower3309/swayfx
install = sway.install
arch = i686
Expand Down Expand Up @@ -45,6 +45,7 @@ pkgbase = swayfx-git
optdepends = xdg-desktop-portal-wlr: xdg-desktop-portal backend
provides = sway
provides = swayfx
provides = wayland-compositor
conflicts = sway
conflicts = swayfx
conflicts = swayfx-git
Expand Down
4 changes: 2 additions & 2 deletions aur/swayfx-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_pkgname=swayfx
pkgname="$_pkgname-git"
pkgver=r7057.da559b3e
pkgrel=1
pkgrel=2
license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!"
makedepends=(
Expand Down Expand Up @@ -60,7 +60,7 @@ sha512sums=(
"SKIP"
"d5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e"
"4f9576b7218aef8152eb60e646985e96b13540b7a4fd34ba68fdc490199cf7a7b46bbee85587e41bffe81fc730222cf408d5712e6251edc85a0a0b0408c1a2df")
provides=("sway" "swayfx")
provides=("sway" "swayfx" "wayland-compositor")
conflicts=("sway" "swayfx" "swayfx-git")
options=(debug)
install=sway.install
Expand Down
3 changes: 2 additions & 1 deletion aur/swayfx/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = swayfx
pkgdesc = SwayFX: Sway, but with eye candy!
pkgver = 0.4
pkgrel = 2
pkgrel = 3
url = https://github.com/WillPower3309/swayfx
install = sway.install
arch = i686
Expand Down Expand Up @@ -39,6 +39,7 @@ pkgbase = swayfx
optdepends = xdg-desktop-portal-wlr: xdg-desktop-portal backend
provides = sway
provides = swayfx
provides = wayland-compositor
conflicts = sway
conflicts = swayfx
conflicts = swayfx-git
Expand Down
4 changes: 2 additions & 2 deletions aur/swayfx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_pkgname=swayfx
pkgname="$_pkgname"
pkgver=0.4
pkgrel=2
pkgrel=3
license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!"
makedepends=(
Expand Down Expand Up @@ -51,7 +51,7 @@ sha512sums=(
"SKIP"
"d5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e"
"790741df028822bf4d83170dea57e1c63f7d7938cf31969e4cd347b0fc07330322b603c9ec0091b7a3f425132bed9dee6f261074cc273555120858beaaaf5da1")
provides=("sway" "swayfx")
provides=("sway" "swayfx" "wayland-compositor")
conflicts=("sway" "swayfx" "swayfx-git")
options=(debug)
install=sway.install
Expand Down

0 comments on commit e0610e7

Please sign in to comment.