summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2014-06-11 06:06:24 +0200
committerCarsten Teibes2014-06-11 06:06:24 +0200
commitb1dac44dc1e1e7501703a1f5846ae2ac34b66564 (patch)
treee2ad0ce45d279c19415cd8d200aa852bb4b293d1 /PKGBUILD
parent2b98be1be4e6c9e9183270d01e8833c8a1075eb3 (diff)
downloadaur-b1dac44dc1e1e7501703a1f5846ae2ac34b66564.tar.gz
[fix] Add dependency freetype2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dab4b8d8235..1cf5d12086a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=easyrpg-player
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="FLOSS RPG Maker 2000/2003 and EasyRPG games interpreter"
arch=('i686' 'x86_64')
url="https://easy-rpg.org/"
license=('GPL3')
makedepends=('boost')
-depends=('liblcf>=0.2' 'sdl2_mixer' 'pixman')
+depends=('liblcf>=0.2' 'sdl2_mixer' 'pixman' 'freetype2')
install=$pkgname.install
source=("https://easy-rpg.org/downloads/player/$pkgname-$pkgver.tar.gz")
sha256sums=('b3592df3334554f6ab8f1e3972dc844305e48daf2722c4b0876288e474ce3300')