summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-02-06 16:09:47 -0300
committerGonzalo Exequiel Pedone2024-02-06 16:09:47 -0300
commit8b882bad36e16989aa0b25c891a7012e92241956 (patch)
treedec95a8dc613e661b350a240f35b2304441d7ce7 /PKGBUILD
parent170d15a9e31ab38d4a663bc61e98876d66c0905b (diff)
downloadaur-android-aarch64-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 2adc2a51b388..ec6ffa6c5ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_android_arch=aarch64
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}