summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Panteleev2018-11-09 01:23:32 +0000
committerVladimir Panteleev2018-11-09 01:23:32 +0000
commit6981fcf209882c16da0012a97a1ef13c08b7e29b (patch)
tree00d3eea18361761991801bf9227315a412175205 /PKGBUILD
parentd26e6a877d06275c71e1bf6ab33dc412d392d579 (diff)
downloadaur-swfmill-git.tar.gz
Remove merged patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b149dac8c63..0584f44142d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: anonymous <https://gist.github.com/anonymous/2924244>
_pkgname=swfmill
pkgname=$_pkgname-git
-pkgver=r472.28d51a7
+pkgver=r543.53d7690
pkgrel=1
pkgdesc="xml2swf and swf2xml processor with import functionalities"
arch=('i686' 'x86_64')
@@ -11,10 +11,8 @@ license=('GPL')
depends=('libxslt' 'freetype2' 'libpng')
provides=('swfmill')
conflicts=('swfmill')
-source=("git+https://github.com/djcsdy/swfmill"
- swfmill.patch)
-md5sums=('SKIP'
- '040743a3be51f078b64fbb855183ca60')
+source=("git+https://github.com/djcsdy/swfmill")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
@@ -23,8 +21,6 @@ pkgver() {
prepare() {
cd "$srcdir/$_pkgname"
-
- patch --forward -p1 -i "$srcdir/$_pkgname.patch"
}
build() {