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

Maxime Gauduin alucryd at archlinux.org
Mon Dec 30 02:40:31 UTC 2019


    Date: Monday, December 30, 2019 @ 02:40:31
  Author: alucryd
Revision: 372373

upgpkg: libva 2.6.0-1

Modified:
  libva/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-30 00:44:04 UTC (rev 372372)
+++ PKGBUILD	2019-12-30 02:40:31 UTC (rev 372373)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=libva
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='Video Acceleration (VA) API for Linux'
 arch=(x86_64)
@@ -35,9 +35,15 @@
   libva.so
 )
 backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=${pkgver})
-sha256sums=('SKIP')
+source=(git+https://github.com/intel/libva.git#tag=5f693d9e603e0e83928cec67c30b6ac902d7aa85)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
 build() {
   CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
   arch-meson libva build



More information about the arch-commits mailing list