summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2016-05-01 11:19:45 +0200
committerCarsten Teibes2016-05-01 11:19:45 +0200
commit7ce1dbca628218c91bbf93e64fe712d23e7fcf66 (patch)
tree2b991c70b9177292e5512a96aacfdb7545a2e34d
parent3a55e7139d419e7bc76af1e08916196a703eac2f (diff)
downloadaur-7ce1dbca628218c91bbf93e64fe712d23e7fcf66.tar.gz
[fix] an error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c2dd186731..deffe23a129f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liblcf-git
pkgdesc = Library to handle RPG Maker 2000/2003 and EasyRPG projects (development version)
- pkgver = 0.4.0.r0.g07d2f12
+ pkgver = 0.4.1.r7.g8031cb7
pkgrel = 1
url = https://easy-rpg.org/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = liblcf-git
depends = gcc-libs
depends = expat
depends = icu
- provides = liblcf=0.4.0
+ provides = liblcf=0.4.1
conflicts = liblcf
source = liblcf::git+https://github.com/EasyRPG/liblcf.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 80d27619b05e..d504219562de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=liblcf-git
-pkgver=0.4.0.r0.g07d2f12
+pkgver=0.4.1.r7.g8031cb7
pkgrel=1
pkgdesc="Library to handle RPG Maker 2000/2003 and EasyRPG projects (development version)"
arch=('i686' 'x86_64')
@@ -14,6 +14,11 @@ 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.{in,am}
+}
+
pkgver() {
cd liblcf
git describe --long --tags | sed 's/-/.r/;s/-/./'