summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-07-20 15:28:52 -0300
committerGonzalo Exequiel Pedone2019-07-20 15:28:52 -0300
commitacce92d40a09cb3aeefd8f05469a05ce20e49c66 (patch)
tree9ffcf883f4e1398faa515db7aa783d1c9cc4d0db /PKGBUILD
parent47a4baaec20858281eafbd409bf4dcaf0910325e (diff)
downloadaur-acce92d40a09cb3aeefd8f05469a05ce20e49c66.tar.gz
Package updated to 1.8.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07b12bb3b7f7..d3c8789a5e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ _android_arch=x86
source android-env ${_android_arch}
pkgname=android-${_android_arch}-libvpx
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
pkgdesc="VP8 and VP9 codec (android)"
arch=('any')
url="http://www.webmproject.org/"
@@ -14,7 +14,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)
-sha256sums=('86df18c694e1c06cc8f83d2d816e9270747a0ce6abe316e93a4f4095689373f6')
+sha256sums=('df19b8f24758e90640e1ab228ab4a4676ec3df19d23e4593375e6f3847dee03e')
prepare() {
check_ndk_version_ge_than 18.0