summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart van Strien2024-04-07 13:11:58 +0200
committerBart van Strien2024-04-07 13:11:58 +0200
commit99ce050506aeb9951e0a0f7f0d5fe6a020be110e (patch)
treec4b4c837bdd120bf7eabda345d6475af2b0557dd
parent179eb10cfb60c373f55c4f8711f4ec75fb9fbc6a (diff)
downloadaur-99ce050506aeb9951e0a0f7f0d5fe6a020be110e.tar.gz
Fix namcap issues
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 984dfedeb40f..7e1ed5e7645a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgrel=1
pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences."
arch=(i686 x86_64 armv6h armv7h)
url="https://love2d.org/"
-license=('ZLIB')
+license=('Zlib')
depends=(
- 'luajit' 'physfs' 'freetype2' 'mpg123' 'openal' 'libvorbis' 'libmodplug'
- 'sdl2' 'zlib' 'libpng' 'libjpeg-turbo' 'libtheora'
+ 'luajit' 'freetype2' 'openal' 'libvorbis' 'libmodplug'
+ 'sdl2' 'zlib' 'libtheora' 'harfbuzz' 'libogg' 'gcc-libs' 'glibc'
)
replaces=('love-hg')
source=('git+https://github.com/love2d/love')