diff --git a/ffmpeg/libfdk_aac/PKGBUILD b/ffmpeg/libfdk_aac/PKGBUILD index 72fbe955..03fb6a43 100644 --- a/ffmpeg/libfdk_aac/PKGBUILD +++ b/ffmpeg/libfdk_aac/PKGBUILD @@ -10,7 +10,7 @@ _name=ffmpeg pkgname=ffmpeg-libfdk_aac pkgver=3.2.2 -pkgrel=1 +pkgrel=1.1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)' arch=('i686' 'x86_64') diff --git a/ffmpeg/mingw-w64/PKGBUILD b/ffmpeg/mingw-w64/PKGBUILD index 66a14d56..b0471cdb 100644 --- a/ffmpeg/mingw-w64/PKGBUILD +++ b/ffmpeg/mingw-w64/PKGBUILD @@ -7,7 +7,7 @@ _name=ffmpeg pkgname=mingw-w64-ffmpeg pkgver=3.2.2 -pkgrel=1 +pkgrel=1.1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video (mingw-w64)' arch=('any') diff --git a/x265/mingw-w64/PKGBUILD b/x265/mingw-w64/PKGBUILD index 03a849c1..4803f409 100644 --- a/x265/mingw-w64/PKGBUILD +++ b/x265/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # in contrast to the version found in the AUR. pkgname=mingw-w64-x265 -pkgver=2.1 +pkgver=2.2 pkgrel=1 pkgdesc='Open Source H265/HEVC video encoder (mingw-w64)' arch=('any') @@ -15,7 +15,7 @@ options=(!strip !buildflags staticlibs) makedepends=('mingw-w64-gcc' 'mingw-w64-cmake') source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz" mingw.patch) -sha256sums=('88fcb9af4ba52c0757ac9c0d8cd5ec79951a22905ae886897e06954353d6a643' +sha256sums=('b872552535e41fbffa03ba7cbcd3479c42c4053868309292e78e147b7773ac4b' '90b8e81cd5228d2b147fbd6c000921d5b7593819e378d0e73c11c8de390796bc') _architectures="i686-w64-mingw32 x86_64-w64-mingw32"