diff options
-rw-r--r-- | hyperrogue/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperrogue/PKGBUILD b/hyperrogue/PKGBUILD index 715492edf..e15b4d2c6 100644 --- a/hyperrogue/PKGBUILD +++ b/hyperrogue/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Kyle Keen <keenerd@gmail.com> pkgname=hyperrogue pkgver=12.0m -pkgrel=5 +pkgrel=6 pkgdesc="You are a lone outsider in a strange, non-Euclidean hyperbolic world. Optional music." arch=('i686' 'pentium4' 'x86_64') url="http://www.roguetemple.com/z/hyper.php" @@ -10,7 +10,7 @@ license=('GPL2') _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.31' - 'libglvnd=1.4.0' + 'libglvnd=1.5.0' 'sdl12-compat=1.2.52' 'sdl_gfx=2.0.26' 'zlib=1:1.2.12' |