[arch-commits] Commit in raylib/trunk (PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Sat Aug 13 15:24:09 UTC 2022


    Date: Saturday, August 13, 2022 @ 15:24:09
  Author: arodseth
Revision: 1265971

upgpkg: raylib 4.2.0-1

Modified:
  raylib/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 15:15:18 UTC (rev 1265970)
+++ PKGBUILD	2022-08-13 15:24:09 UTC (rev 1265971)
@@ -2,15 +2,14 @@
 # Contributor: Wilhem Barbier <wilhem.b at free.fr>
 
 pkgname=raylib
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc='Simple and easy-to-use game programming library'
 arch=(x86_64)
 url='https://www.raylib.com'
 license=(ZLIB)
-depends=(glfw)
 makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja vulkan-headers xorg-server-devel xorg-xinput)
-source=("git+https://github.com/raysan5/raylib#commit=0851960397f02a477d80eda2239f90fae14dec64") # tag: 4.0.0
+source=("git+https://github.com/raysan5/raylib#commit=d658e6772d75bce52fbe46cc9789f0b33500bc0f") # tag: 4.2.0
 b2sums=('SKIP')
 
 build() {
@@ -23,11 +22,11 @@
     -D CMAKE_INSTALL_LIBDIR=lib \
     -D CMAKE_INSTALL_PREFIX=/usr \
     -D OpenGL_GL_PREFERENCE=GLVND \
-    -D USE_EXTERNAL_GLFW=ON \
+    -D USE_EXTERNAL_GLFW=OFF \
     -D WITH_PIC=ON \
     -G Ninja \
     -S $pkgname \
-    -Wno-dev
+    -W no-dev
   ninja -C build
 }
 



More information about the arch-commits mailing list