summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2024-07-03 18:21:24 -0400
committerneeshy2024-07-03 18:21:24 -0400
commitacbc0d35ed5c1d36a6ea8b2da278edc7db8c3dcc (patch)
tree77c11e349e2253d99a062a7d5c56d79b7186ac56
parentb5cbf4ffa3a16c4b4ae187c7ad3784f01e4b1994 (diff)
downloadaur-acbc0d35ed5c1d36a6ea8b2da278edc7db8c3dcc.tar.gz
fix dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58534ab7f60b..8cc394d69969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/eglaysher/rlvm"
license=('GPL-3.0-or-later')
depends=('boost-libs>=1.46' 'glew' 'libmad' 'libogg' 'libvorbis' 'libpng'
- 'sdl_mixer' 'sdl_image' 'sdl_ttf' 'guichan' 'gtk2')
+ 'sdl_mixer' 'sdl_image' 'sdl_ttf' 'guichan' 'gtk3')
makedepends=('git' 'scons' 'boost')
provides=('rlvm')
conflicts=('rlvm')