summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-02-25 22:47:41 -0400
committerYour Name2018-02-25 22:47:41 -0400
commit169122dbbbe6562f060fa5b4334de96e0aa05b17 (patch)
treef63087a57e7d39df9498093bfc9d975359761178
parentd5fbe37308039265ed77e4fb405131b206a38568 (diff)
downloadaur-169122dbbbe6562f060fa5b4334de96e0aa05b17.tar.gz
fixed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b812bb3040a..168a8b2962bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = synfig-git
pkgdesc = Professional vector animation program (CLI renderer only)
pkgver = r8212.cdd534e1c
- pkgrel = 1
+ pkgrel = 2
url = http://synfig.org
- arch = i686
arch = x86_64
license = GPL2
makedepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index c4b7423bb387..9e71ea6178a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=synfig-git
pkgver=r8212.cdd534e1c
-pkgrel=1
+pkgrel=2
pkgdesc="Professional vector animation program (CLI renderer only)"
-arch=(i686 x86_64)
+arch=(x86_64)
url="http://synfig.org"
license=('GPL2')
depends=('libxml++2.6' 'libsigc++2.0' 'etl-git' 'imagemagick' 'ffmpeg' 'fontconfig'
@@ -35,7 +35,7 @@ prepare() {
build() {
cd synfig/synfig-core
- export CXXFLAGS="$CXXFLAGS -std=gnu++11"
+export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
./bootstrap.sh
intltoolize --force --copy