[arch-commits] Commit in ffnvcodec-headers8.1/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 9 13:14:34 UTC 2022


    Date: Tuesday, August 9, 2022 @ 13:14:34
  Author: alucryd
Revision: 1263532

upgpkg: ffnvcodec-headers8.1 8.1.24.13-1

Modified:
  ffnvcodec-headers8.1/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 13:07:32 UTC (rev 1263531)
+++ PKGBUILD	2022-08-09 13:14:34 UTC (rev 1263532)
@@ -2,31 +2,28 @@
 # Contributor: Daniel Bermond <danielbermond at yahoo.com>
 
 pkgname=ffnvcodec-headers8.1
-pkgver=8.1.24.11
-pkgrel=2
+pkgver=8.1.24.13
+pkgrel=1
 pkgdesc='FFmpeg version of headers required to interface with Nvidias codec APIs'
 arch=(any)
 url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
 license=(MIT)
 makedepends=(git)
+_tag=a80f80e2b65fa1e898ccd6464f24d66abb58238b
 source=(
-  git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=0cd5c2b7c30d580d09348c92d8facd7a39957f01
+  git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=${_tag}
   ffnvcodec-install.patch
 )
-sha256sums=(
-  SKIP
-  248dc04818d010c470a2dc4436bd4091f6e2ef3e09d1b3fcb4d52ed08cd7809b
-)
+b2sums=('SKIP'
+        '768036e308ad632ac99cb31eab2574a79d75baa834fb2781863a435530f4e6631cbb968c7b73442d67a72e8eba96fd4330d7f3c179f527546601c73126588c31')
 
 pkgver() {
   cd nv-codec-headers
-
   git describe --tags | sed 's/^n//'
 }
 
 prepare() {
   cd nv-codec-headers
-
   patch -Np1 -i ../ffnvcodec-install.patch
 }
 



More information about the arch-commits mailing list