mirror of
https://git.suyu.dev/suyu/Arch_PKGBUILD
synced 2024-11-21 14:29:13 -07:00
upgpkg: dev-4
This commit is contained in:
parent
ddb1ec6ad6
commit
40dc36dd44
2 changed files with 7 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = suyu-dev-git
|
pkgbase = suyu-dev-git
|
||||||
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)
|
pkgdesc = suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)
|
||||||
pkgver = r27175.bd5bdbe6c
|
pkgver = r27187.9895cc94d0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.com/suyu-emu/suyu
|
url = https://gitlab.com/suyu-emu/suyu
|
||||||
install = suyu-dev-git.install
|
install = suyu-dev-git.install
|
||||||
|
@ -47,8 +47,11 @@ pkgbase = suyu-dev-git
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
depends = zlib
|
depends = zlib
|
||||||
provides = suyu
|
provides = suyu
|
||||||
|
conflicts = suyu-git
|
||||||
|
conflicts = suyu-dev-qt6-git
|
||||||
options = !debug
|
options = !debug
|
||||||
options = lto
|
options = lto
|
||||||
|
options = strip
|
||||||
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev
|
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=dev
|
||||||
source = git+https://github.com/arsenm/sanitizers-cmake.git
|
source = git+https://github.com/arsenm/sanitizers-cmake.git
|
||||||
source = git+https://github.com/yhirose/cpp-httplib.git
|
source = git+https://github.com/yhirose/cpp-httplib.git
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,14 +3,14 @@
|
||||||
_pkgname=suyu
|
_pkgname=suyu
|
||||||
_branch=dev
|
_branch=dev
|
||||||
pkgname=suyu-dev-git
|
pkgname=suyu-dev-git
|
||||||
pkgver=r27175.bd5bdbe6c
|
pkgver=r27187.9895cc94d0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)"
|
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)"
|
||||||
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-git suyu-dev-qt6-git)
|
conflicts=(suyu-git suyu-dev-qt6-git)
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
depends=(
|
depends=(
|
||||||
brotli
|
brotli
|
||||||
|
@ -56,7 +56,7 @@ makedepends=(
|
||||||
rapidjson
|
rapidjson
|
||||||
mbedtls
|
mbedtls
|
||||||
)
|
)
|
||||||
options=(!debug lto)
|
options=(!debug lto strip)
|
||||||
source=(
|
source=(
|
||||||
git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch}
|
git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch}
|
||||||
git+https://github.com/arsenm/sanitizers-cmake.git
|
git+https://github.com/arsenm/sanitizers-cmake.git
|
||||||
|
|
Loading…
Reference in a new issue