summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryokaishogun2023-05-20 16:51:23 -0400
committeryokaishogun2023-05-20 16:51:23 -0400
commitda429845d5cded06844d3cbef0b89752e3b7166b (patch)
tree85ecda609283bdb99e477df81e0c783c7f9d4a32
parent248498a3c4980c5c9398175eccc886faa80b63bc (diff)
downloadaur-da429845d5cded06844d3cbef0b89752e3b7166b.tar.gz
fixed lua dependency issue
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7839eff798a2..fe7ac086be81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=uqm-megamod
pkgver=0.8.2
_pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="A fork of The Ur-Quan Masters that remasters the HD mod with a veritable smorgasbord of extra features and options by JHGuitarFreak (Kohr-Ah Death)."
arch=("x86_64")
url="https://github.com/JHGuitarFreak/UQM-MegaMod"
license=("GPL2")
-depends=("libogg" "libpng" "libvorbis" "libgl" "sdl2" "zlib" "glu" "libmikmod" "lua52" "uqm-megamod-data")
+depends=("libogg" "libpng" "libvorbis" "libgl" "sdl2" "zlib" "glu" "libmikmod" "lua" "lua52" "uqm-megamod-data")
optdepends=(
"uqm-megamod-addon-hd: For HD assets"
"uqm-megamod-addon-classic-hd: For Classic HD-mod styled textures"