diff options
Diffstat (limited to 'extra/ffmpeg/PKGBUILD')
-rw-r--r-- | extra/ffmpeg/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index c72b8665a..098929b0c 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 202971 2013-12-29 17:17:29Z bpiotrowski $ +# $Id: PKGBUILD 204259 2014-01-15 20:56:02Z bpiotrowski $ # Maintainer: Ionut Biru <ibiru@archlinux.org> -# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Paul Mattal <paul@archlinux.org> pkgname=ffmpeg -pkgver=2.1.1 -pkgrel=3 +pkgver=2.1.3 +pkgrel=1 epoch=1 pkgdesc='Complete and free Internet live audio and video broadcasting solution' arch=('i686' 'x86_64' 'mips64el') @@ -24,7 +24,7 @@ if [ "${CARCH}" != "mips64el" ]; then fi source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2 ffmpeg-2.1.1-freetype2.patch) -md5sums=('2719ab2b3311ac3775b9cdeb66c54849' +md5sums=('711b795bbc7b527c0f4a1828f324fd5a' '4b5dd079a40f44f4e0d00cdbc9d52ec3') prepare() { |