mirror of
https://git.suyu.dev/suyu/Arch_PKGBUILD
synced 2024-11-21 06:26:03 -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
|
||||
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
|
||||
url = https://gitlab.com/suyu-emu/suyu
|
||||
install = suyu-dev-git.install
|
||||
|
@ -47,8 +47,11 @@ pkgbase = suyu-dev-git
|
|||
depends = sdl2
|
||||
depends = zlib
|
||||
provides = suyu
|
||||
conflicts = suyu-git
|
||||
conflicts = suyu-dev-qt6-git
|
||||
options = !debug
|
||||
options = lto
|
||||
options = strip
|
||||
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/yhirose/cpp-httplib.git
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,14 +3,14 @@
|
|||
_pkgname=suyu
|
||||
_branch=dev
|
||||
pkgname=suyu-dev-git
|
||||
pkgver=r27175.bd5bdbe6c
|
||||
pkgver=r27187.9895cc94d0
|
||||
pkgrel=1
|
||||
pkgdesc="suyu is the afterlife the world's most popular, open-source, Nintendo Switch emulator (dev branch)"
|
||||
arch=(x86_64)
|
||||
url=https://gitlab.com/suyu-emu/suyu
|
||||
license=(GPL-3.0-or-later)
|
||||
provides=('suyu')
|
||||
conflics=(suyu-git suyu-dev-qt6-git)
|
||||
conflicts=(suyu-git suyu-dev-qt6-git)
|
||||
install=$pkgname.install
|
||||
depends=(
|
||||
brotli
|
||||
|
@ -56,7 +56,7 @@ makedepends=(
|
|||
rapidjson
|
||||
mbedtls
|
||||
)
|
||||
options=(!debug lto)
|
||||
options=(!debug lto strip)
|
||||
source=(
|
||||
git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch}
|
||||
git+https://github.com/arsenm/sanitizers-cmake.git
|
||||
|
|
Loading…
Reference in a new issue