[arch-commits] Commit in raylib/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Jun 5 13:35:08 UTC 2019
Date: Wednesday, June 5, 2019 @ 13:35:07
Author: arodseth
Revision: 476985
upgpkg: raylib 2.5.0-1
Modified:
raylib/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-05 13:17:11 UTC (rev 476984)
+++ PKGBUILD 2019-06-05 13:35:07 UTC (rev 476985)
@@ -2,8 +2,8 @@
# Contributor: Wilhem Barbier <wilhem.b at free.fr>
pkgname=raylib
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
pkgdesc='Simple and easy-to-use game programming library'
arch=(x86_64)
url='https://www.raylib.com'
@@ -11,7 +11,7 @@
depends=(glfw)
makedepends=(cmake git libx11 libxcursor libxinerama libxrandr ninja vulkan-headers xorg-server-devel xorg-xinput)
source=("git+https://github.com/raysan5/raylib#tag=$pkgver")
-md5sums=(SKIP)
+md5sums=('SKIP')
build() {
mkdir -p build
@@ -35,7 +35,7 @@
package() {
DESTDIR="$pkgdir" ninja -C build install
# Also package header files
- for f in build/release/*.h; do
+ for f in build/src/*.h; do
install -Dm644 "$f" "$pkgdir/usr/include/$(basename $f)"
done
# License
@@ -45,4 +45,5 @@
sed -i 's/: glfw/: glfw3/g' "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
}
+# getver: github.com/raysan5/raylib/releases
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list