summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-07-08 12:45:09 +0200
committersL1pKn072017-07-08 12:45:09 +0200
commitbd541ea4f76617ffa8eed3ed74caa2c5541cdcfe (patch)
treefb20cea634a7db608bc0abd7f7a11df9bc259553 /PKGBUILD
parent4ea7566e684c72b1fc9e6f8f71ef0cd3e0d21b12 (diff)
downloadaur-bd541ea4f76617ffa8eed3ed74caa2c5541cdcfe.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3078dbfda92..5a6a9067f9c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('avidemux-core-git'
'avidemux-qt-git'
'avidemux-cli-git'
)
-pkgver=2.7.0.170507.509571b14
+pkgver=2.7.0.170708.d80f2168f
pkgrel=1
pkgdesc="A graphical/cli tool to edit video (filter/re-encode/split). (GIT version)"
arch=('i686' 'x86_64')
@@ -47,14 +47,12 @@ source=('avidemux::git+https://github.com/mean00/avidemux2.git'
'add_settings_pluginui_message_error.patch'
'ffmpeg-parallel-build-use-processorcount.patch'
'opus_check.patch'
- 'build-x264-x265-status-message-add-empty-lines.patch'
)
sha256sums=('SKIP'
'4f751cbb3a65f904f7c0ad68473880e2a9edcda332a293e20ad238280ec52884'
'c5b5d3d7bcdf4c588a780c12fdac7791ddb0527db438c85b4c1c078507da2f0b'
'0b66d6813c0ae190239d62eb2440bf479e0603c4c0f36433dafe6e7e9a325de8'
'ae6d2c93163b7b760591688c7811dfdd4a952ed9074d8cbdf4953b701f0fa7db'
- 'eb911280ef2d0c9f27e6464512933b43f57242a8c09168e273367f2a4e6ea32c'
)
pkgver() {
@@ -81,8 +79,6 @@ prepare() {
patch --binary -p1 -i "${srcdir}/ffmpeg-parallel-build-use-processorcount.patch"
patch --binary -p1 -i "${srcdir}/opus_check.patch"
-
- patch --binary -p1 -i "${srcdir}/build-x264-x265-status-message-add-empty-lines.patch"
}
build() {