summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTucker Boniface2019-01-10 18:18:53 -0800
committerTucker Boniface2019-01-10 18:18:53 -0800
commitf343fe0e76b15f0b27a75c0f9b0df5e1fe5084f6 (patch)
tree9ed97ea95481bc7ec300422e93c1aef2eb86c025 /PKGBUILD
parent1c78438117cd47e1533ea7dc381d20a257ebfd1b (diff)
downloadaur-f343fe0e76b15f0b27a75c0f9b0df5e1fe5084f6.tar.gz
add freetype2 to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 990b3987c2cb..4e72253bd13b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the ori
url='http://supertux.lethargik.org/'
license=(GPL)
arch=(i686 x86_64)
-depends=('sdl2_image' 'openal' 'libvorbis' 'glew' 'boost-libs' 'curl')
+depends=('sdl2_image' 'openal' 'libvorbis' 'glew' 'boost-libs' 'curl' 'freetype2')
makedepends=('git' 'cmake' 'physfs' 'boost')
conflicts=(supertux)
provides=(supertux)