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

Alexander Rødseth arodseth at archlinux.org
Tue Apr 27 14:13:18 UTC 2021


    Date: Tuesday, April 27, 2021 @ 14:13:17
  Author: arodseth
Revision: 924802

upgpkg: raylib 3.7.0-1

Modified:
  raylib/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 14:02:59 UTC (rev 924801)
+++ PKGBUILD	2021-04-27 14:13:17 UTC (rev 924802)
@@ -2,7 +2,7 @@
 # Contributor: Wilhem Barbier <wilhem.b at free.fr>
 
 pkgname=raylib
-pkgver=3.5.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Simple and easy-to-use game programming library'
 arch=(x86_64)
@@ -10,8 +10,8 @@
 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=e25e380e80a117f2404d65b37700fb620dc1f990") # tag: 3.5.0
-md5sums=('SKIP')
+source=("git+https://github.com/raysan5/raylib#commit=b6c8d343dca2ef19c23c50975328a028124cf3cb") # tag: 3.7.0
+b2sums=('SKIP')
 
 build() {
   mkdir -p build
@@ -34,9 +34,6 @@
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install
-  for f in build/src/*.h; do
-    install -Dm 644 "$f" "$pkgdir/usr/include/$(basename $f)"
-  done
   install -Dm 644 "$pkgname/LICENSE" \
     "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list