ffmpeg: Update to 2.2

This commit is contained in:
Alexpux
2014-03-24 14:51:44 +04:00
parent ab79d9e285
commit 3772cfee33

View File

@@ -3,7 +3,7 @@
_realname=ffmpeg
_mingw_suff=mingw-w64-${CARCH}
pkgname=("${_mingw_suff}-${_realname}")
pkgver=2.1.4
pkgver=2.2
pkgrel=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution (mingw-w64)"
arch=('any')
@@ -40,7 +40,7 @@ depends=(
)
makedepends=("yasm" "${_mingw_suff}-gcc" "${_mingw_suff}-pkg-config")
source=(http://ffmpeg.org/releases/$_realname-$pkgver.tar.bz2)
md5sums=('dedc28003a77c69432c42ab16e5f6982')
md5sums=('744febca199548c9393b1f1ed05ccdd8')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"