summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hyperrogue/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperrogue/PKGBUILD b/hyperrogue/PKGBUILD
index bb34bd9fc..8b5b2611f 100644
--- a/hyperrogue/PKGBUILD
+++ b/hyperrogue/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Keen <keenerd@gmail.com>
pkgname=hyperrogue
pkgver=12.0m
-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"
@@ -11,6 +11,7 @@ _pinned_dependencies=(
'gcc-libs=12.1.0'
'glibc>=2.31'
'libglvnd=1.4.0'
+ 'sdl12-compat=1.2.52'
'sdl_gfx=2.0.26'
'zlib=1:1.2.12'
)