summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-03-15 17:15:32 -0300
committerGonzalo Exequiel Pedone2022-03-15 17:15:32 -0300
commit62f868dc91bca6d21e5e17e0d02288a611bbf619 (patch)
treee65bc0a8b5ad37d6c589b1f67b0b943154d93537
parent37a87a87d1ed789f8d4ca9e5afc0be3383a79486 (diff)
downloadaur-62f868dc91bca6d21e5e17e0d02288a611bbf619.tar.gz
Package updated to 5.0.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 353438a852d7..0e726d11f22a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = android-x86-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (android)
- pkgver = 4.4.1
+ pkgver = 5.0
pkgrel = 1
url = http://ffmpeg.org/
arch = any
+ groups = android-ffmpeg
license = GPL3
makedepends = android-environment
makedepends = android-pkg-config
@@ -24,9 +25,9 @@ pkgbase = android-x86-ffmpeg
options = !buildflags
options = staticlibs
options = !emptydirs
- source = http://ffmpeg.org/releases/ffmpeg-4.4.1.tar.xz
+ source = http://ffmpeg.org/releases/ffmpeg-5.0.tar.xz
source = configure.patch
- md5sums = 41a1ca8693acc56088e8eaf3899b91ea
+ md5sums = be3a9c73f7b492cd98301ac2086f0862
md5sums = c1851376794c16bcb37cfa8918e10cba
pkgname = android-x86-ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 1888a5809f18..e4acb0a95333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=x86
pkgname=android-${_android_arch}-ffmpeg
-pkgver=4.4.1
+pkgver=5.0
pkgrel=1
pkgdesc="Complete solution to record, convert and stream audio and video (android)"
arch=('any')
@@ -21,11 +21,12 @@ depends=("android-${_android_arch}-bzip2"
"android-${_android_arch}-speex"
"android-${_android_arch}-x264"
"android-${_android_arch}-zlib")
+groups=(android-ffmpeg)
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-environment' 'android-pkg-config' 'yasm')
source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"
'configure.patch')
-md5sums=('41a1ca8693acc56088e8eaf3899b91ea'
+md5sums=('be3a9c73f7b492cd98301ac2086f0862'
'c1851376794c16bcb37cfa8918e10cba')
prepare() {