summaryrefslogtreecommitdiff
path: root/community/ming/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-27 02:19:49 -0700
committerroot <root@rshg054.dnsready.net>2013-09-27 02:19:49 -0700
commit9cb59f16908b4c0f3f6901ccf376e1a37ea29c3a (patch)
treec9882c781222098f7abb8f6e4e9ff4b8ec152ee2 /community/ming/PKGBUILD
parent5758d40da140a8e3602b08938ab5584a5afb0082 (diff)
Fri Sep 27 02:16:46 PDT 2013
Diffstat (limited to 'community/ming/PKGBUILD')
-rw-r--r--community/ming/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ming/PKGBUILD b/community/ming/PKGBUILD
index 423865a86..87f4707cf 100644
--- a/community/ming/PKGBUILD
+++ b/community/ming/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: mar77i <mysatyre at gmail dot com>
pkgname=ming
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.4.5
+pkgrel=1
pkgdesc="SWF output library"
arch=('i686' 'x86_64')
url="http://www.libming.net/"
@@ -12,11 +12,10 @@ depends=('freetype2' 'libpng' 'flex')
makedepends=('bison' 'pkg-config' 'python2')
options=('!libtool' '!emptydirs')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('9e780f93670eaf68b1eefa6cdfc1d1e2')
+md5sums=('73bcbcb837f3872ef1a936c539a2513c')
build() {
cd "$srcdir"/$pkgname-$pkgver/
- sed -i -e 's/ifndef HAVE_VASPRINTF/ifdef HAVE_VASPRINTF/' util/decompile.c util/makeswf.c
LDFLAGS="${LDFLAGS/ -Wl,--as-needed/}"
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
make
@@ -26,3 +25,4 @@ package() {
cd "$srcdir"/$pkgname-$pkgver/
make DESTDIR="$pkgdir" install
}
+