Fix conflicts and add provides
This commit is contained in:
parent
ab70a4a2ae
commit
df7db0ed31
2 changed files with 8 additions and 4 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = suyu-dev-qt6-git
|
pkgbase = suyu-dev-qt6-git
|
||||||
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)
|
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)
|
||||||
pkgver = r27191.e29c55dd98
|
pkgver = r27265.383a243aa7
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.com/suyu-emu/suyu
|
url = https://gitlab.com/suyu-emu/suyu
|
||||||
install = suyu-dev-qt6-git.install
|
install = suyu-dev-qt6-git.install
|
||||||
|
@ -46,7 +46,10 @@ pkgbase = suyu-dev-qt6-git
|
||||||
depends = qt6-webengine
|
depends = qt6-webengine
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
depends = zlib
|
depends = zlib
|
||||||
provides = suyu
|
provides = suyu-dev-git
|
||||||
|
provides = suyu-git
|
||||||
|
conflicts = suyu-dev-git
|
||||||
|
conflicts = suyu-git
|
||||||
options = !debug
|
options = !debug
|
||||||
options = lto
|
options = lto
|
||||||
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev
|
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev
|
||||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -4,14 +4,15 @@
|
||||||
_pkgname=suyu
|
_pkgname=suyu
|
||||||
_branch=dev
|
_branch=dev
|
||||||
pkgname=suyu-dev-qt6-git
|
pkgname=suyu-dev-qt6-git
|
||||||
pkgver=r27191.e29c55dd98
|
pkgver=r27265.383a243aa7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)"
|
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch with QT6)"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url=https://gitlab.com/suyu-emu/suyu
|
url=https://gitlab.com/suyu-emu/suyu
|
||||||
license=(GPL-3.0-or-later)
|
license=(GPL-3.0-or-later)
|
||||||
provides=('suyu')
|
provides=('suyu')
|
||||||
conflics=(suyu-dev-git suyu-git)
|
conflicts=(suyu-dev-git suyu-git)
|
||||||
|
provides=(suyu-dev-git suyu-git)
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
depends=(
|
depends=(
|
||||||
brotli
|
brotli
|
||||||
|
|
Reference in a new issue