summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 443bfd7550ff..feca9369d749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=liblcf-git
-pkgver=0.4.1.r7.g8031cb7
-pkgrel=2
+pkgver=0.4.1.r18.g80985d2
+pkgrel=1
pkgdesc="Library to handle RPG Maker 2000/2003 and EasyRPG projects (development version)"
arch=('i686' 'x86_64')
url="https://easy-rpg.org/"
@@ -14,11 +14,6 @@ makedepends=('git')
source=(liblcf::"git+https://github.com/EasyRPG/liblcf.git")
md5sums=('SKIP')
-prepare() {
- # fix an error
- sed -i 's|^time_stamp_CXXFLAGS =|& -std=c++11|' liblcf/Makefile.am
-}
-
pkgver() {
cd liblcf
git describe --long --tags | sed 's/-/.r/;s/-/./'