summaryrefslogtreecommitdiff
path: root/community/swftools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/swftools/PKGBUILD')
-rw-r--r--community/swftools/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/swftools/PKGBUILD b/community/swftools/PKGBUILD
index 727b3c02d..08fdccf98 100644
--- a/community/swftools/PKGBUILD
+++ b/community/swftools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 94930 2013-08-01 07:01:25Z bpiotrowski $
+# $Id: PKGBUILD 113168 2014-06-14 19:22:22Z andyrtr $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=swftools
pkgver=0.9.2
-pkgrel=3
+pkgrel=4
pkgdesc="A collection of SWF manipulation and creation utilities"
arch=('i686' 'x86_64')
url="http://www.swftools.org/"
@@ -14,15 +14,15 @@ makedepends=('bison' 'flex' 'zlib' 'patch')
changelog=$pkgname.changelog
source=(http://www.swftools.org/$pkgname-$pkgver.tar.gz
$pkgname-$pkgver.patch
- giflib-5.0.patch)
+ giflib-5.1.patch)
sha256sums=('bf6891bfc6bf535a1a99a485478f7896ebacbe3bbf545ba551298080a26f01f1'
'80f69c86ed06b315f576a733fd1e24145b88aef9934085f3790179a119b7923d'
- 'd163438fe736fb6d1ddbecaa5099a2edac35044c9fc697a8b7167e57f0d513e0')
+ '6a995dfd674c5954f5b967e3d45d6845a186872fcaa4223d725902fd4d679f1b')
prepare() {
cd ${srcdir}/$pkgname-$pkgver
- patch -Np1 -i ../giflib-5.0.patch
+ patch -Np0 -i ../giflib-5.1.patch
sed -i 's#PrintGifError()#fprintf(stderr, "%s\\n", GifErrorString())#g' src/gif2swf.c
}