summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-03-15 17:14:34 -0300
committerGonzalo Exequiel Pedone2022-03-15 17:14:34 -0300
commit170bccd15475e3f7b5f514f7d2a62e8e6abae6a4 (patch)
tree57c0f596fb8ef1bfc70c8cbb3349d2463087e1cb /PKGBUILD
parent86ac74734d6519c23fdcf1695230510383005e27 (diff)
downloadaur-170bccd15475e3f7b5f514f7d2a62e8e6abae6a4.tar.gz
Package updated to 5.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 244334882e2d..9c6198f77798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=armv7a-eabi
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() {