summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2016-07-10 22:24:06 +0200
committerCarsten Teibes2016-07-10 22:24:06 +0200
commit2e1d563bd9b050c809ae4b344624b946ce70c98f (patch)
tree742574066c500be8cbd0c51b375777b6aff55526
parent405c97c33649a036d2ff2cd5f42e890d0f5464f7 (diff)
downloadaur-2e1d563bd9b050c809ae4b344624b946ce70c98f.tar.gz
Remove patch
Works on GCC 6, as it enables C++11 by default
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37780a7db652..e54871a05865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = liblcf-git
pkgdesc = Library to handle RPG Maker 2000/2003 and EasyRPG projects (development version)
- pkgver = 0.4.1.r7.g8031cb7
- pkgrel = 2
+ pkgver = 0.4.1.r18.g80985d2
+ pkgrel = 1
url = https://easy-rpg.org/
arch = i686
arch = x86_64
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/-/./'