Correct PKGBUILD by adding conflicts and provides multibg-sway
This commit is contained in:
parent
9005a99289
commit
8601e38e32
2 changed files with 4 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -17,6 +17,8 @@ optdepends=(
|
|||
'vulkan-driver: upload and serve wallpapers from GPU memory'
|
||||
'vulkan-icd-loader: upload and serve wallpapers from GPU memory'
|
||||
)
|
||||
conflicts=('multibg-sway')
|
||||
provides=('multibg-sway')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
|
||||
sha256sums=('63f83cfe01d144c7b3bd1ef209c826cdc7669f51b64578f0e8a82133080a3ce8')
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@ optdepends=(
|
|||
'vulkan-driver: upload and serve wallpapers from GPU memory'
|
||||
'vulkan-icd-loader: upload and serve wallpapers from GPU memory'
|
||||
)
|
||||
conflicts=('multibg-sway')
|
||||
provides=('multibg-sway')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
|
||||
sha256sums=('@sha256sum@')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue