diff options
author | Carsten Teibes | 2014-07-03 10:00:57 +0200 |
---|---|---|
committer | Carsten Teibes | 2014-07-03 10:00:57 +0200 |
commit | e7e13bfd24affcae3a26b653c9c8348e0f540d70 (patch) | |
tree | f731149caa473adf18b89fb998863fb90195f062 | |
parent | 95550d7b4a3bbeca54fd75c03385161b46037ac8 (diff) | |
download | aur-e7e13bfd24affcae3a26b653c9c8348e0f540d70.tar.gz |
[upd] 0.2→0.2.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 9 deletions
@@ -1,16 +1,16 @@ pkgbase = liblcf pkgdesc = Library to handle RPG Maker 2000/2003 and EasyRPG projects - pkgver = 0.2 + pkgver = 0.2.1 pkgrel = 1 url = https://easy-rpg.org/ arch = i686 arch = x86_64 license = MIT - makedepends = boost depends = gcc-libs depends = expat - source = https://easy-rpg.org/downloads/player/liblcf-0.2.tar.gz - sha256sums = fb88158fa89805b52271a21444bb1af1b31f1b8615d5fd81c9e3e05e647675de + depends = icu + source = https://easy-rpg.org/downloads/player/liblcf-0.2.1.tar.gz + sha256sums = 1074f9f8738d9fecc318e3f79008ded8a060f94379888802276d6e51941b7be9 pkgname = liblcf @@ -1,21 +1,19 @@ # Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG pkgname=liblcf -pkgver=0.2 +pkgver=0.2.1 pkgrel=1 pkgdesc="Library to handle RPG Maker 2000/2003 and EasyRPG projects" arch=('i686' 'x86_64') url="https://easy-rpg.org/" license=('MIT') -depends=('gcc-libs' 'expat') -makedepends=('boost') +depends=('gcc-libs' 'expat' 'icu') source=("https://easy-rpg.org/downloads/player/liblcf-$pkgver.tar.gz") -sha256sums=('fb88158fa89805b52271a21444bb1af1b31f1b8615d5fd81c9e3e05e647675de') +sha256sums=('1074f9f8738d9fecc318e3f79008ded8a060f94379888802276d6e51941b7be9') build () { cd liblcf-$pkgver - autoreconf -i ./configure --prefix=/usr make } |