summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Widawsky2021-03-29 09:15:37 -0700
committerBen Widawsky2021-03-29 09:15:37 -0700
commit6258338bab8004b03555f03448cfd91a29083be8 (patch)
treeb2966efce872371a6c1cdf6708fd8c06dadf63d8 /PKGBUILD
parentc4ef89557620dba9ab4dab022862da35fe33b29a (diff)
downloadaur-6258338bab8004b03555f03448cfd91a29083be8.tar.gz
Pull in upstream fix
commit 8c15c2696c86d2a4d3df947954b647a4f349402c Author: alucryd <alucryd@eb2447ed-0c53-47e4-bac8-5bc4a241df78> Date: 84 minutes ago ffmpeg 2:4.3.2-5: FS#70010 remove obsolete libsrt fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 586788bd83bb..a33fc18f6ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=4.3.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=(x86_64)
@@ -115,7 +115,6 @@ pkgver() {
prepare() {
cd ffmpeg
- git cherry-pick -n 7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315 # fix build against libsrt 1.4.2
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
}