| author | Maxime Gauduin
<alucryd@archlinux.org> 2023-09-15 15:13:31 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2023-09-15 15:14:37 UTC |
| parent | 6ab64d93264ab20367df275593bdb6ffb3618774 |
| .SRCINFO | +4 | -4 |
| PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index dc67823..33f8c11 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = libva pkgdesc = Video Acceleration (VA) API for Linux - pkgver = 2.19.0 - pkgrel = 2 + pkgver = 2.20.0 + pkgrel = 1 url = https://01.org/linuxmedia/vaapi arch = x86_64 license = MIT @@ -24,7 +24,7 @@ pkgbase = libva provides = libva-x11.so provides = libva.so backup = etc/libva.conf - source = git+https://github.com/intel/libva.git#tag=807044bd0fcb944edf230052fa09acc4266790fe - b2sums = SKIP + source = git+https://github.com/intel/libva.git#tag=907b2b5405ca1091b4360bf35060e143bd704b62 + sha256sums = SKIP pkgname = libva diff --git a/PKGBUILD b/PKGBUILD index 73b8f6d..915857c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=libva -pkgver=2.19.0 -pkgrel=2 +pkgver=2.20.0 +pkgrel=1 pkgdesc='Video Acceleration (VA) API for Linux' arch=(x86_64) url=https://01.org/linuxmedia/vaapi @@ -36,7 +36,7 @@ provides=( libva.so ) backup=(etc/libva.conf) -_tag=807044bd0fcb944edf230052fa09acc4266790fe +_tag=907b2b5405ca1091b4360bf35060e143bd704b62 source=(git+https://github.com/intel/libva.git#tag=${_tag}) b2sums=('SKIP')