summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2024-03-19 18:16:22 +0100
committerAlexandre Bouvier2024-03-19 18:16:22 +0100
commit539f7ac60e0208e7a49a26ee55fcc5cc6fd31e44 (patch)
tree1d9ce38ba40268bd87b9b94af8707412fecbcbb0 /PKGBUILD
parentf78ed0af5c294c824432600001f57751625a8e3f (diff)
downloadaur-libretro-flycast-git.tar.gz
update to 2.3.r2.g40cdef6c1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30527504124a..b87ceaf0bad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
_pkgname=libretro-flycast
pkgname=$_pkgname-git
-pkgver=2.2.r203.g960b8134c
+pkgver=2.3.r2.g40cdef6c1
pkgrel=1
pkgdesc="Sega Dreamcast, NAOMI, NAOMI 2, Atomiswave and System SP core (fork of reicast)"
arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
@@ -33,7 +33,7 @@ source=(
b2sums=(
'SKIP'
'SKIP'
- '6ca2fdd4306571a59084ec208b29e50d79e84da5df1262004f713e8a95b3494f538b6c82315ff5e8eaf4c8aed0bdf34cb624535442759e5615bc892ebc775d61'
+ 'e3f29bee55d7108d8f4685f41715dabe9e403b8998d8b8bb793285cadecc5842877bc6aee099fb83a386aa47dd793d40f903fb413b36786da7ebaff5e530c5f3'
)
pkgver() {
@@ -55,6 +55,7 @@ build() {
-DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" \
-DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \
-DLIBRETRO=ON \
+ -DUSE_HOST_GLSLANG=ON \
-Wno-dev
cmake --build build
}