[arch-commits] Commit in lib32-libvpx/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Aug 4 13:36:59 UTC 2020


    Date: Tuesday, August 4, 2020 @ 13:36:58
  Author: alucryd
Revision: 668826

upgpkg: lib32-libvpx 1.9.0-1

Modified:
  lib32-libvpx/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-04 13:09:17 UTC (rev 668825)
+++ PKGBUILD	2020-08-04 13:36:58 UTC (rev 668826)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=lib32-libvpx
-pkgver=1.8.2
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='VP8 and VP9 codec'
 arch=(x86_64)
@@ -17,7 +17,8 @@
   nasm
 )
 provides=(libvpx.so)
-source=(git+https://chromium.googlesource.com/webm/libvpx#tag=7ec7a33a081aeeb53fed1a8d87e4cbd189152527)
+_tag=6516e974f8c40d0e49b19a4b55b1c98e7432edbb
+source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {



More information about the arch-commits mailing list