Update ffmpeg4.4.patch checksum
This commit is contained in:
parent
9f35446458
commit
cb7fe24648
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = bino
|
pkgbase = bino
|
||||||
pkgdesc = 3D video player with multi-display support
|
pkgdesc = 3D video player with multi-display support
|
||||||
pkgver = 1.6.8
|
pkgver = 1.6.8
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://bino3d.org/
|
url = https://bino3d.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
|
@ -18,6 +18,6 @@ pkgbase = bino
|
||||||
validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34
|
validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34
|
||||||
sha512sums = d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc
|
sha512sums = d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
sha512sums = d4768179c13079fb93a5e8c36a4228245ff04e1049a8186f942fe2d3e20a8d34b9064d140a1aaf4c5499405bb34e8924b3fffd0fabf2e1652b5a1c3cbb1d343a
|
sha512sums = f7bf716a6ae12a4542ecaddeaee1078a6c26d9d765db7cc11a1d7b1ae19b295703f5b05e71564f1aad216485b904d81f2670c122e88ab79c7556f5614c0d1639
|
||||||
|
|
||||||
pkgname = bino
|
pkgname = bino
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,18 +5,18 @@
|
||||||
|
|
||||||
pkgname=bino
|
pkgname=bino
|
||||||
pkgver=1.6.8
|
pkgver=1.6.8
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc='3D video player with multi-display support'
|
pkgdesc='3D video player with multi-display support'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://bino3d.org/'
|
url='https://bino3d.org/'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('ffmpeg4.4' 'freealut' 'freeglut' 'glewmx' 'libass' 'qt5-base')
|
depends=('ffmpeg4.4' 'freealut' 'freeglut' 'glewmx' 'libass' 'qt5-base')
|
||||||
optdepends=('lirc: infrared remote control')
|
optdepends=('lirc: infrared remote control')
|
||||||
source=(https://bino3d.org/releases/bino-${pkgver}.tar.xz{,.sig}
|
source=(https://bino3d.org/releases/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||||
ffmpeg4.4.patch)
|
ffmpeg4.4.patch)
|
||||||
sha512sums=('d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc'
|
sha512sums=('d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'd4768179c13079fb93a5e8c36a4228245ff04e1049a8186f942fe2d3e20a8d34b9064d140a1aaf4c5499405bb34e8924b3fffd0fabf2e1652b5a1c3cbb1d343a')
|
'f7bf716a6ae12a4542ecaddeaee1078a6c26d9d765db7cc11a1d7b1ae19b295703f5b05e71564f1aad216485b904d81f2670c122e88ab79c7556f5614c0d1639')
|
||||||
validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')
|
validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue