summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2019-07-26 21:58:37 -0300
committerTércio Martins2019-07-26 21:58:37 -0300
commitf4242aad0ce3aa7709c2908196391fbf693c7bd4 (patch)
tree274e8f622899a85363a66380a64efe2c61a6cc92 /PKGBUILD
parent2cde3928ef614b02edf76d36ffcda527994e9be1 (diff)
downloadaur-f4242aad0ce3aa7709c2908196391fbf693c7bd4.tar.gz
ImageMagick patch removed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71f905ba0db9..fee696f176ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openfx-arena
pkgver=2.3.14
-pkgrel=3
+pkgrel=4
arch=("i686" "x86_64")
pkgdesc="Extra OpenFX plugins for Natron"
url="https://github.com/NatronGitHub/openfx-arena"
@@ -17,15 +17,13 @@ source=("$pkgname::git+https://github.com/NatronGitHub/openfx-arena#tag=Natron-$
"git+https://github.com/NatronGitHub/openfx-supportext"
"git+https://github.com/NatronGitHub/openfx-io"
"git+https://github.com/NatronGitHub/SequenceParsing"
- "git+https://github.com/NatronGitHub/tinydir"
- "im7.patch")
+ "git+https://github.com/NatronGitHub/tinydir")
md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- '2e4cf8665b074afe84d743ea86e9e89e')
+ 'SKIP')
# Check the ImageMagick version
_IM_VERSION=$(echo `identify -version` | tr -dc '0-9' | cut -c 1)