mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 2.8-1
This commit is contained in:
parent
7514212d39
commit
c856b01ab7
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
|||
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
|
||||
|
||||
pkgname=ffmpeg
|
||||
pkgver=2.7.2
|
||||
pkgrel=3
|
||||
pkgver=2.8
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -33,7 +33,7 @@ provides=(
|
|||
)
|
||||
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
|
||||
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
|
||||
md5sums=('7eb2140bab9f0a8669b65b50c8e4cfb5'
|
||||
md5sums=('5eb3839e23c9ca396fabd0ebbe293ea2'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue