summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-12-30 00:39:02 +0100
committerCarsten Teibes2014-12-30 00:39:02 +0100
commit377634584f2c15b844d4ad0395fd6091ebb23d30 (patch)
tree49c7f9df5df767b8580f3ba722cf74c5b677a754
parenta5819a0b5cf936cb9a290bcfbe475f5d85eb9b00 (diff)
downloadaur-377634584f2c15b844d4ad0395fd6091ebb23d30.tar.gz
[upd]
Disable static library.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e695d324713..f57cdedb920b 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.2.1.r0.gd8f6a45
+ pkgver = 0.2.2.r7.gf518214
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.2.1
+ provides = liblcf=0.2.2
conflicts = liblcf
source = liblcf::git+https://github.com/EasyRPG/liblcf.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0946ae41950f..216e7508b8d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=liblcf-git
-pkgver=0.2.1.r0.gd8f6a45
+pkgver=0.2.2.r7.gf518214
pkgrel=1
pkgdesc="Library to handle RPG Maker 2000/2003 and EasyRPG projects (development version)"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ build () {
cd liblcf
autoreconf -i
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-shared --disable-static
make
}