From 40dc36dd44e82a63348554b1f85a06decd92e8f0 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Wed, 13 Mar 2024 19:46:39 -0300 Subject: [PATCH] upgpkg: dev-4 --- .SRCINFO | 5 ++++- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e52db9d..3590648 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 1394872..b7593d2 100644 --- a/PKGBUILD +++ b/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