summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Seo2023-11-21 19:20:41 +0900
committerStephen Seo2023-11-21 19:20:41 +0900
commitb63cb41fa7ea701582578d7480cbe700081d819f (patch)
tree308e572af50ee05e4db687e5a3e1763742f2b7d6
parent432c6c40ac153541cf789f53c40e0e04a559f81a (diff)
downloadaur-b63cb41fa7ea701582578d7480cbe700081d819f.tar.gz
Update to raylib 5.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 690956e476bc..47ce59e7dfc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-raylib
pkgdesc = Simple and easy to use game programming library (mingw-w64)
- pkgver = 4.5.0
- pkgrel = 2
+ pkgver = 5.0
+ pkgrel = 1
url = https://www.raylib.com
arch = any
license = ZLIB
@@ -12,7 +12,8 @@ pkgbase = mingw-w64-raylib
options = !strip
options = !buildflags
options = staticlibs
- source = raylib_4.5.0.tar.gz::https://github.com/raysan5/raylib/archive/refs/tags/4.5.0.tar.gz
- md5sums = feb608a91e27f71f9b33f0073177b1ee
+ source = raylib_5.0.tar.gz::https://github.com/raysan5/raylib/archive/refs/tags/5.0.tar.gz
+ md5sums = 6d855d7bd87b506eb58308d4ed67ab97
+ sha256sums = 98f049b9ea2a9c40a14e4e543eeea1a7ec3090ebdcd329c4ca2cf98bc9793482
pkgname = mingw-w64-raylib
diff --git a/PKGBUILD b/PKGBUILD
index 18d0e8440e4f..7e04ffa67622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephen Seo <seo.disparate@gmail.com>
pkgname=mingw-w64-raylib
-pkgver=4.5.0
-pkgrel=2
+pkgver=5.0
+pkgrel=1
pkgdesc="Simple and easy to use game programming library (mingw-w64)"
arch=(any)
url="https://www.raylib.com"
@@ -18,7 +18,10 @@ source=(
)
noextract=()
md5sums=(
- feb608a91e27f71f9b33f0073177b1ee
+ 6d855d7bd87b506eb58308d4ed67ab97
+)
+sha256sums=(
+ 98f049b9ea2a9c40a14e4e543eeea1a7ec3090ebdcd329c4ca2cf98bc9793482
)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"