summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5e8228ff27f..c58e1439fc7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,18 @@
# Maintainer: Vladimir Panteleev <arch-pkg at thecybershadow.net>
# Contributor: anonymous <https://gist.github.com/anonymous/2924244>
pkgname=swfmill
-pkgver=0.3.3
+pkgver=0.3.6
pkgrel=1
pkgdesc="xml2swf and swf2xml processor with import functionalities"
arch=('i686' 'x86_64')
url="http://swfmill.org"
license=('GPL')
depends=('libxslt' 'freetype2' 'libpng')
-source=(http://swfmill.org/releases/$pkgname-$pkgver.tar.gz
- $pkgname-$pkgver.patch)
-md5sums=('e0fc3c4068ffe135f201e6ee864dce62'
- '34b8022050b2317628a6ade9c21273d7')
+source=(http://swfmill.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('3976c33a69a7f08876a7b8ee5f0ba83d')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
-
- patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
}
build() {