upgpkg: dev-4

This commit is contained in:
Fijxu 2024-03-13 19:46:39 -03:00
parent ddb1ec6ad6
commit 40dc36dd44
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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