summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Reed2021-03-02 17:41:21 -0500
committerParker Reed2021-03-02 17:41:21 -0500
commit366da423087de28f61964a165907d742813f7610 (patch)
treed4c27cc97f3a20653fab422ba9515d6cad937e76
parent7a40f7c9e8619f7f30297bb78e228d1d8fadead1 (diff)
downloadaur-366da423087de28f61964a165907d742813f7610.tar.gz
Added deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7212dab189cf..44418832a75e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = love07
pkgdesc = An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences.
pkgver = 0.7.2
- pkgrel = 6
+ pkgrel = 7
url = http://love2d.org/
install = love07.install
arch = i686
@@ -20,6 +20,8 @@ pkgbase = love07
depends = sdl
depends = shared-mime-info
depends = libgl
+ depends = glu
+ depends = libmng
source = https://github.com/love2d/love/releases/download/0.7.2/love-0.7.2-linux-src.tar.gz
source = https://raw.githubusercontent.com/love2d/love/0.7.2/license.txt
source = https://raw.githubusercontent.com/love2d/love/0.7.2/platform/unix/app.svg
@@ -36,4 +38,3 @@ pkgbase = love07
sha256sums = 5b72ae3818ada71ec7fd69c2a27126dc5c759257e1ff203639655c389a24ccb1
pkgname = love07
-
diff --git a/PKGBUILD b/PKGBUILD
index 13c26b73ae63..ea12ea29bf6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
pkgname=love07
pkgver=0.7.2
-pkgrel=6
+pkgrel=7
pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences."
arch=('i686' 'x86_64')
url="http://love2d.org/"
license=('zlib')
-depends=('desktop-file-utils' 'devil' 'freetype2' 'hicolor-icon-theme' 'libmodplug' 'libvorbis' 'luajit' 'mpg123' 'openal' 'physfs' 'sdl' 'shared-mime-info' 'libgl')
+depends=('desktop-file-utils' 'devil' 'freetype2' 'hicolor-icon-theme' 'libmodplug' 'libvorbis' 'luajit' 'mpg123' 'openal' 'physfs' 'sdl' 'shared-mime-info' 'libgl' 'glu' 'libmng')
install=$pkgname.install
source=("https://github.com/love2d/love/releases/download/0.7.2/love-0.7.2-linux-src.tar.gz"
"https://raw.githubusercontent.com/love2d/love/0.7.2/license.txt"