[arch-commits] Commit in vdpauinfo/trunk (4 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 19 09:12:56 UTC 2022


    Date: Friday, August 19, 2022 @ 09:12:55
  Author: alucryd
Revision: 1269796

upgpkg: vdpauinfo 1.5-1

Added:
  vdpauinfo/trunk/keys/
  vdpauinfo/trunk/keys/pgp/
  vdpauinfo/trunk/keys/pgp/BD68A042C603DDAD9AA354B0F56ACC8F09BA9635.asc
Modified:
  vdpauinfo/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   10 ++++------
 keys/pgp/BD68A042C603DDAD9AA354B0F56ACC8F09BA9635.asc |    1 +
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 09:08:53 UTC (rev 1269795)
+++ PKGBUILD	2022-08-19 09:12:55 UTC (rev 1269796)
@@ -4,8 +4,8 @@
 # Contributor: Bart Verhoeven <bartverhoeven at live.com>
 
 pkgname=vdpauinfo
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc='Command line utility for querying the capabilities of a VDPAU device'
 arch=(x86_64)
 url=https://gitlab.freedesktop.org/vdpau/vdpauinfo
@@ -16,25 +16,23 @@
   libx11
 )
 makedepends=(git)
-source=(git+https://gitlab.freedesktop.org/vdpau/vdpauinfo.git#tag=3463ab40a89179e6e199575e8bee9c23ee027377)
+_tag=a0dd9710e499a1a4ac5f273daf7ebe9e159f3e78
+source=(git+https://gitlab.freedesktop.org/vdpau/vdpauinfo.git#tag=${_tag})
 validpgpkeys=(BD68A042C603DDAD9AA354B0F56ACC8F09BA9635) # Aaron Plattner <aplattner at nvidia.com>
 sha256sums=(SKIP)
 
 pkgver() {
   cd vdpauinfo
-
   git describe --tags
 }
 
 prepare() {
   cd vdpauinfo
-
   autoreconf -fiv
 }
 
 build() {
   cd vdpauinfo
-
   ./configure \
     --prefix=/usr
   make

Added: keys/pgp/BD68A042C603DDAD9AA354B0F56ACC8F09BA9635.asc
===================================================================
(Binary files differ)

Index: vdpauinfo/trunk/keys/pgp/BD68A042C603DDAD9AA354B0F56ACC8F09BA9635.asc
===================================================================
--- keys/pgp/BD68A042C603DDAD9AA354B0F56ACC8F09BA9635.asc	2022-08-19 09:08:53 UTC (rev 1269795)
+++ keys/pgp/BD68A042C603DDAD9AA354B0F56ACC8F09BA9635.asc	2022-08-19 09:12:55 UTC (rev 1269796)

Property changes on: vdpauinfo/trunk/keys/pgp/BD68A042C603DDAD9AA354B0F56ACC8F09BA9635.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list