[arch-commits] Commit in raylib/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun May 2 10:09:19 UTC 2021
Date: Sunday, May 2, 2021 @ 10:09:18
Author: arodseth
Revision: 926091
upgpkg: raylib 3.7.0-2
Modified:
raylib/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-02 10:08:28 UTC (rev 926090)
+++ PKGBUILD 2021-05-02 10:09:18 UTC (rev 926091)
@@ -3,7 +3,7 @@
pkgname=raylib
pkgver=3.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='Simple and easy-to-use game programming library'
arch=(x86_64)
url='https://www.raylib.com'
@@ -25,8 +25,7 @@
-D OpenGL_GL_PREFERENCE=GLVND \
-D USE_EXTERNAL_GLFW=ON \
-D BUILD_EXAMPLES=OFF \
- -D SHARED=ON \
- -D STATIC=OFF \
+ -D BUILD_SHARED_LIBS=ON \
-D WITH_PIC=ON \
-G Ninja
ninja
More information about the arch-commits
mailing list