mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/dav1d to 0.2.1-1
This commit is contained in:
parent
31e623e4cd
commit
41d994028b
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - disable assembly on v5/v6
|
||||
|
||||
pkgname=dav1d
|
||||
pkgver=0.1.0
|
||||
pkgver=0.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='AV1 cross-platform decoder focused on speed and correctness'
|
||||
url='https://code.videolan.org/videolan/dav1d/'
|
||||
|
@ -14,7 +14,7 @@ depends=('glibc')
|
|||
makedepends=('meson' 'ninja' 'nasm' 'doxygen')
|
||||
provides=('libdav1d.so')
|
||||
source=(${pkgname}-${pkgver}.tar.bz2::https://code.videolan.org/videolan/dav1d/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha512sums=('5893ad40af7c4f5c3678ecc604ad360b5d1cd3fadaa16f7183d638745097fed091aeb3456540db61a2f4f0fc8bb93f2a20f428c76a7976d3fd186cc8b8baed53')
|
||||
sha512sums=('38d0a9e639579bf2046d3afd7ba0d4205081d8e26955be0216acc84ee2adcc81c790c858932009965b61a66fc3df66ed6b14da9d0e61e2505418c17bc4b75004')
|
||||
|
||||
build() {
|
||||
cd ${pkgbase}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue