summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2018-11-09 01:25:21 +0000
committerVladimir Panteleev2018-11-09 01:25:21 +0000
commitc38de02e670657dd8f142f0dd755d0bf1547cb08 (patch)
tree797445c6cb04478e0d880642cc7ec8915e6b9af3
parenta638ec0717f99f064667f79539b34e8ec7ec339f (diff)
downloadaur-c38de02e670657dd8f142f0dd755d0bf1547cb08.tar.gz
Version 0.3.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5961dd9971ee..eec1f66cc6bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Oct 25 14:36:06 UTC 2016
pkgbase = swfmill
pkgdesc = xml2swf and swf2xml processor with import functionalities
- pkgver = 0.3.3
+ pkgver = 0.3.6
pkgrel = 1
url = http://swfmill.org
arch = i686
@@ -11,10 +9,8 @@ pkgbase = swfmill
depends = libxslt
depends = freetype2
depends = libpng
- source = http://swfmill.org/releases/swfmill-0.3.3.tar.gz
- source = swfmill-0.3.3.patch
- md5sums = e0fc3c4068ffe135f201e6ee864dce62
- md5sums = 34b8022050b2317628a6ade9c21273d7
+ source = http://swfmill.org/releases/swfmill-0.3.6.tar.gz
+ md5sums = 3976c33a69a7f08876a7b8ee5f0ba83d
pkgname = swfmill
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() {