Date: Sunday, April 5, 2020 @ 15:17:10 Author: arodseth Revision: 611857
upgpkg: raylib 3.0.0-1 Modified: raylib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-05 14:52:43 UTC (rev 611856) +++ PKGBUILD 2020-04-05 15:17:10 UTC (rev 611857) @@ -2,7 +2,7 @@ # Contributor: Wilhem Barbier <[email protected]> pkgname=raylib -pkgver=2.6.0 +pkgver=3.0.0 pkgrel=1 pkgdesc='Simple and easy-to-use game programming library' arch=(x86_64) @@ -10,7 +10,7 @@ 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=6f3c99a295533e41de3049db5e683d15fd5c6e1a") # 2.6.0 +source=("git+https://github.com/raysan5/raylib#commit=7ef114d1da2c34a70bba5442497103441647d8f3") # 3.0.0 md5sums=('SKIP') build() {
