summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2015-09-13 14:11:20 +0200
committerCarsten Teibes2015-09-13 14:11:20 +0200
commit765f07f27c70d1f6f2cd08594c5981f6026e6ceb (patch)
treefdbc4287e018159703781dc67d185db82e6708f6 /PKGBUILD
parentaba30812d30d7866a80665d45a11ed28fbf875eb (diff)
downloadaur-765f07f27c70d1f6f2cd08594c5981f6026e6ceb.tar.gz
[upd] 0.3→0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87084ff67fdc..3c2ad8b36d59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=easyrpg-player
-pkgver=0.3
+pkgver=0.3.1
pkgrel=1
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>=$pkgver" 'sdl2_mixer' 'pixman')
+depends=("liblcf>=$pkgver" 'sdl2_mixer' 'pixman' 'freetype2')
optdepends=('wine: for installing the run time packages (RTP)')
install=$pkgname.install
source=("https://easy-rpg.org/downloads/player/$pkgname-$pkgver.tar.gz")
-sha256sums=('57786018d91272f0a759dff91e2fff8cbacff770918c002d5c4daf65e28163d2')
+sha256sums=('27f215aad77b98439e8e9e35e71848e294bc1d8e8fbde995fe5965a51fc896ce')
build () {
cd $pkgname-$pkgver