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

Maxime Gauduin alucryd at archlinux.org
Fri Dec 20 08:08:55 UTC 2019


    Date: Friday, December 20, 2019 @ 08:08:54
  Author: alucryd
Revision: 538468

upgpkg: lib32-libvpx 1.8.2-1

Modified:
  lib32-libvpx/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-20 07:24:56 UTC (rev 538467)
+++ PKGBUILD	2019-12-20 08:08:54 UTC (rev 538468)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=lib32-libvpx
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc='VP8 and VP9 codec'
 arch=(x86_64)
@@ -17,9 +17,15 @@
   nasm
 )
 provides=(libvpx.so)
-source=(git+https://chromium.googlesource.com/webm/libvpx#tag=v${pkgver})
+source=(git+https://chromium.googlesource.com/webm/libvpx#tag=7ec7a33a081aeeb53fed1a8d87e4cbd189152527)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd libvpx
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd libvpx
 



More information about the arch-commits mailing list