summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2021-12-02 15:44:05 -0500
committergraysky2021-12-02 15:44:16 -0500
commit2c4f1f2529d869839491b91c1a3159b55674a76a (patch)
tree299e96309a3e997879831d4fcdb3252d898d8863
parent9169cf42ba437372f45df6e5b95dd70b48bae078 (diff)
downloadaur-2c4f1f2529d869839491b91c1a3159b55674a76a.tar.gz
Update to 4.3.2-5: clang 13 fix, thanks loqs!
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44e6f802a5a9..6a6d5414cc49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=ffmpeg-shinobi
_pkgname=ffmpeg
pkgver=4.3.2
-pkgrel=4
+pkgrel=5
pkgdesc='FFmpeg from the 4.3 release branch for use with Shinobi'
arch=(x86_64 aarch64 armv6h armv7h)
url=https://ffmpeg.org/
@@ -109,11 +109,11 @@ _tag=f719f869907764e6412a6af6e178c46e5f915d25
source=(
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
vmaf-model-path.patch
+ 0001-configure-use-no-narrowing-for-cuda-llvm-compilation.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/52cc323735ced6e8095cfd3acea0e36e35c76eb2
)
-sha256sums=(
- SKIP
- 8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
-)
+sha256sums=('SKIP'
+ '8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d'
+ '9a661c1e4f0cbad393fb76da1d9fde6dced3918c29bc39b22b996ec4f4c6cecd')
pkgver() {
cd ffmpeg
@@ -125,6 +125,7 @@ prepare() {
cd ffmpeg
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
+ patch -Np1 -i "${srcdir}"/0001-configure-use-no-narrowing-for-cuda-llvm-compilation.patch
}
build() {