Skip to content

Commit

Permalink
tools/MINGW-packages: update dav1d
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Sep 19, 2021
1 parent 1f7ee32 commit ad903fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/MINGW-packages/mingw-w64-dav1d/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_realname=dav1d
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.8.2
pkgver=0.9.2
pkgrel=1
pkgdesc="AV1 cross-platform decoder focused on speed and correctness (mingw-w64)"
arch=('any')
Expand All @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
options=('staticlibs' 'strip' 'emptydirs')
source=("https://downloads.videolan.org/pub/videolan/dav1d/${pkgver}/dav1d-${pkgver}.tar.xz")
sha256sums=('3dd91d96b44e9d8ba7e82ad9e730d6c579ab5e19edca0db857a60f5ae6a0eb13')
sha256sums=('e3235ab6c43c0135b0db1d131e1923fad4c84db9d85683e30b91b33a52d61c71')

build() {
cd "${srcdir}"
Expand Down
2 changes: 1 addition & 1 deletion tools/MINGW-packages/mingw-w64-ffmpeg-gpl2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _realname=ffmpeg
pkgbase="mingw-w64-${_realname}-gpl2"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-gpl2"
pkgver=4.4
pkgrel=1
pkgrel=2
pkgdesc="Complete and free Internet live audio and video broadcasting solution (mingw-w64)"
arch=('any')
url="https://ffmpeg.org/"
Expand Down

0 comments on commit ad903fc

Please sign in to comment.