summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-02-06 16:10:22 -0300
committerGonzalo Exequiel Pedone2024-02-06 16:10:22 -0300
commit98b35574c51d8a68ace2c30980d35caa2865d5cd (patch)
treea0a7d4dba5fd3e41e03b2d789e8342332fd54c09 /PKGBUILD
parente8b6a5f4ba607e4b5ded12a35c747005feb5b5a1 (diff)
downloadaur-android-armv7a-eabi-libvpx.tar.gz
Package updated to 1.14.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14d452badcb1..5ffa73a586db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-libvpx
-pkgver=1.13.1
+pkgver=1.14.0
pkgrel=1
pkgdesc="VP8 and VP9 codec (android)"
arch=('any')
@@ -13,7 +13,7 @@ depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-environment' 'android-pkg-config' 'yasm')
source=(https://github.com/webmproject/libvpx/archive/v${pkgver}.tar.gz)
-md5sums=('d2c9de1c247f18a204e75ecefa7a2217')
+md5sums=('026bc289d916624dabdfd713c1c5b69a')
prepare() {
source android-env ${_android_arch}