T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / vdpauinfo
Commits: 62bc5f42 by T.J. Townsend at 2024-07-13T21:21:28-04:00 upgpkg: 1.5-2: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = vdpauinfo + pkgdesc = Command line utility for querying the capabilities of a VDPAU device + pkgver = 1.5 + pkgrel = 2 + url = https://gitlab.freedesktop.org/vdpau/vdpauinfo + arch = x86_64 + license = custom + makedepends = git + depends = gcc-libs + depends = libvdpau + depends = libx11 + source = git+https://gitlab.freedesktop.org/vdpau/vdpauinfo.git#tag=a0dd9710e499a1a4ac5f273daf7ebe9e159f3e78 + validpgpkeys = BD68A042C603DDAD9AA354B0F56ACC8F09BA9635 + sha256sums = SKIP + +pkgname = vdpauinfo ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=vdpauinfo pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc='Command line utility for querying the capabilities of a VDPAU device' arch=(x86_64) url=https://gitlab.freedesktop.org/vdpau/vdpauinfo View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vdpauinfo/-/commit/62bc5f42b0cce3566678e47273294942ed6fa898 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vdpauinfo/-/commit/62bc5f42b0cce3566678e47273294942ed6fa898 You're receiving this email because of your account on gitlab.archlinux.org.
