Update patch for POSIX compliancy

Replace ffmpeg with ffmpeg4.4 dependency that I forgot in the last commit
Thanks goes to AUR user @patlefort
This commit is contained in:
Manuel 2022-06-14 17:06:02 +02:00
parent 77f2b6a0c3
commit 9f35446458
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 10 additions and 10 deletions

View file

@ -5,12 +5,12 @@
pkgname=bino
pkgver=1.6.8
pkgrel=2
pkgrel=3
pkgdesc='3D video player with multi-display support'
arch=('x86_64')
url='https://bino3d.org/'
license=('GPL3')
depends=('ffmpeg' 'freealut' 'freeglut' 'glewmx' 'libass' 'qt5-base')
depends=('ffmpeg4.4' 'freealut' 'freeglut' 'glewmx' 'libass' 'qt5-base')
optdepends=('lirc: infrared remote control')
source=(https://bino3d.org/releases/bino-${pkgver}.tar.xz{,.sig}
ffmpeg4.4.patch)