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

Maxime Gauduin alucryd at archlinux.org
Tue Aug 4 13:35:14 UTC 2020


    Date: Tuesday, August 4, 2020 @ 13:35:14
  Author: alucryd
Revision: 393128

upgpkg: libvpx 1.9.0-1

Modified:
  libvpx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-04 12:40:29 UTC (rev 393127)
+++ PKGBUILD	2020-08-04 13:35:14 UTC (rev 393128)
@@ -3,18 +3,20 @@
 # Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=libvpx
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='VP8 and VP9 codec'
 arch=(x86_64)
 url=https://www.webmproject.org/
 license=(BSD)
+depends=(gcc-libs)
 makedepends=(
   git
   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