diff options
-rw-r--r-- | hyperrogue/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperrogue/PKGBUILD b/hyperrogue/PKGBUILD index 1f66a37a..69a14135 100644 --- a/hyperrogue/PKGBUILD +++ b/hyperrogue/PKGBUILD @@ -3,13 +3,13 @@ pkgname=hyperrogue pkgver=11.3.a _pkgver=${pkgver//./} -pkgrel=3 +pkgrel=4 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" license=('GPL2') _pinned_dependencies=( - 'gcc-libs=10.1.0' + 'gcc-libs=10.2.0' 'glibc>=2.31' 'libglvnd=1.3.2' 'sdl_gfx=2.0.26' |