Date: Saturday, May 4, 2019 @ 13:38:46 Author: arodseth Revision: 458873
upgpkg: raylib 2.0.0-3 Modified: raylib/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-04 13:37:29 UTC (rev 458872) +++ PKGBUILD 2019-05-04 13:38:46 UTC (rev 458873) @@ -3,7 +3,7 @@ pkgname=raylib pkgver=2.0.0 -pkgrel=2 +pkgrel=3 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 @@ -41,6 +41,8 @@ # License install -Dm644 "$pkgname/LICENSE.md" \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md" + # Fix the pkg-config file + sed -i 's/: glfw/: glfw3/g' "$pkgdir/usr/lib/pkgconfig/$pkgname.pc" } # vim: ts=2 sw=2 et:
