summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-01-16 22:58:40 -0300
committerGonzalo Exequiel Pedone2024-01-16 22:58:40 -0300
commita1c3b3e9e46de2669df725bd598ea50951de8e54 (patch)
tree034a9c29420a31a9875c52a44670d8d0bcc78e5f /PKGBUILD
parent9953e9d5d683d7ec6615aeea71efa7c4ef826301 (diff)
downloadaur-android-aarch64-ffmpeg.tar.gz
Package updated to 6.1.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 845527e5cdd6..b037c7d554c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-ffmpeg
-pkgver=6.0
+pkgver=6.1.1
pkgrel=1
pkgdesc="Complete solution to record, convert and stream audio and video (android)"
arch=('any')
@@ -26,7 +26,7 @@ options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-environment' 'android-pkg-config' 'yasm')
source=("http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"
'configure.patch')
-md5sums=('47b6c5d930937413c3e308e2fdb3dfb5'
+md5sums=('341d719415b7f95bb59f5016f2864ac6'
'c1851376794c16bcb37cfa8918e10cba')
prepare() {