extra/v4l-utils to 1.26.1-1

This commit is contained in:
David Beauchamp 2023-12-14 16:39:41 -05:00
parent 77068b4168
commit f7001effac
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = v4l-utils
pkgdesc = Userspace tools and conversion library for Video 4 Linux
pkgver = 1.26.0
pkgver = 1.26.1
pkgrel = 1
url = https://linuxtv.org/
arch = x86_64
@ -18,14 +18,14 @@ pkgbase = v4l-utils
depends = json-c
optdepends = qt5-base: for qv4l2 and qvidcap
optdepends = alsa-lib: for qv4l2
provides = libv4l=1.26.0
provides = libv4l=1.26.1
conflicts = libv4l
replaces = libv4l
backup = etc/rc_maps.cfg
source = https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.26.0.tar.xz
source = https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.26.0.tar.xz.asc
source = https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.26.1.tar.xz
source = https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.26.1.tar.xz.asc
validpgpkeys = 05D0169C26E41593418129DF199A64FADFB500FF
sha256sums = dab463dc0215e55b2ef1f7a7ab230c3ae8102ea029547eefb4478da0fa8af505
sha256sums = 4a71608c0ef7df2931176989e6d32b445c0bdc1030a2376d929c8ca6e550ec4e
sha256sums = SKIP
pkgname = v4l-utils

View file

@ -4,7 +4,7 @@
# - disable distcc - configure checks for clang first
pkgname=v4l-utils
pkgver=1.26.0
pkgver=1.26.1
pkgrel=1
pkgdesc="Userspace tools and conversion library for Video 4 Linux"
arch=('x86_64')
@ -19,7 +19,7 @@ depends=('hicolor-icon-theme' 'gcc-libs' 'libjpeg-turbo' 'systemd-libs' 'json-c
makedepends=('qt5-base' 'alsa-lib' 'meson' 'clang' 'doxygen' 'libbpf')
optdepends=('qt5-base: for qv4l2 and qvidcap' 'alsa-lib: for qv4l2')
source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.xz{,.asc})
sha256sums=('dab463dc0215e55b2ef1f7a7ab230c3ae8102ea029547eefb4478da0fa8af505'
sha256sums=('4a71608c0ef7df2931176989e6d32b445c0bdc1030a2376d929c8ca6e550ec4e'
'SKIP')
validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny <gjasny@googlemail.com>