desktop: Add ruffle to conflicts in PKGBUILD

This ensures that the package conflicts with every
other package providing ruffle.
This commit is contained in:
Kamil Jarosz 2024-08-18 15:45:07 +02:00
parent b18d21261e
commit b56d9234ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ url="https://ruffle.rs/"
license=('Apache' 'MIT')
depends=(zlib libxcb alsa-lib)
provides=(ruffle)
conflicts=(ruffle-git)
conflicts=(ruffle)
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
sha512sums=(@SHA512SUM@)