summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-12-16 21:08:05 +0100
committersL1pKn072017-12-16 21:08:05 +0100
commit05c39df4b1e44e788646d568b67c91e36db44c21 (patch)
tree5cec4535feb0ba8f3ce29069abd22df26c2e2cc8 /PKGBUILD
parent0946627b94a2a4f5efcc4aff715558fcfeec3f5e (diff)
downloadaur-05c39df4b1e44e788646d568b67c91e36db44c21.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c91597b6f96..0e63f8d1761e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('avidemux-core-git'
'avidemux-qt-git'
'avidemux-cli-git'
)
-pkgver=2.7.0.171021.896fea92d
+pkgver=2.7.0.171216.f75d3a20a
pkgrel=1
pkgdesc="A graphical/cli tool to edit video (filter/re-encode/split). (GIT version)"
arch=('i686' 'x86_64')
@@ -48,13 +48,11 @@ makedepends=('git'
source=('avidemux::git+https://github.com/mean00/avidemux2.git'
'fix_verbose.patch'
'add_settings_pluginui_message_error.patch'
- 'ffmpeg-parallel-build-use-processorcount.patch'
'opus_check.patch'
)
sha256sums=('SKIP'
'4f751cbb3a65f904f7c0ad68473880e2a9edcda332a293e20ad238280ec52884'
'c5b5d3d7bcdf4c588a780c12fdac7791ddb0527db438c85b4c1c078507da2f0b'
- '0b66d6813c0ae190239d62eb2440bf479e0603c4c0f36433dafe6e7e9a325de8'
'ae6d2c93163b7b760591688c7811dfdd4a952ed9074d8cbdf4953b701f0fa7db'
)
@@ -78,9 +76,6 @@ prepare() {
# add SETTINGS to MESSAGE(FATAL_ERROR in avidemux_plugins/CMakeLists.txt
patch -p1 -i "${srcdir}/add_settings_pluginui_message_error.patch"
- # http://avidemux.org/smif/index.php/topic,16351.0.html
- patch --binary -p1 -i "${srcdir}/ffmpeg-parallel-build-use-processorcount.patch"
-
patch --binary -p1 -i "${srcdir}/opus_check.patch"
}