diff options
-rw-r--r-- | hyperrogue/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperrogue/PKGBUILD b/hyperrogue/PKGBUILD index 6d9ccf9e1..bd0d7d194 100644 --- a/hyperrogue/PKGBUILD +++ b/hyperrogue/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Kyle Keen <keenerd@gmail.com> pkgname=hyperrogue pkgver=12.0j -pkgrel=2 +pkgrel=3 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=11.1.0' 'glibc>=2.31' - 'libglvnd=1.4.0' + 'libglvnd=1.3.4' 'sdl_gfx=2.0.26' 'zlib=1:1.2.11' ) |