From 5c6e7dedd7369e6cda96c8cc5eb0926a167047ed Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 22 Aug 2021 17:39:40 +0200 Subject: [PATCH] amf-headers: 1.4.18 -> 1.4.21 --- amf-headers/.footprint | 1 + amf-headers/.signature | 8 ++++---- amf-headers/Pkgfile | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/amf-headers/.footprint b/amf-headers/.footprint index 876bfa75f..4b15a4c69 100644 --- a/amf-headers/.footprint +++ b/amf-headers/.footprint @@ -35,6 +35,7 @@ drwxr-xr-x root/root usr/include/AMF/core/ -rw-r--r-- root/root usr/include/AMF/core/ComputeFactory.h -rw-r--r-- root/root usr/include/AMF/core/Context.h -rw-r--r-- root/root usr/include/AMF/core/CurrentTime.h +-rw-r--r-- root/root usr/include/AMF/core/D3D12AMF.h -rw-r--r-- root/root usr/include/AMF/core/Data.h -rw-r--r-- root/root usr/include/AMF/core/Debug.h -rw-r--r-- root/root usr/include/AMF/core/Dump.h diff --git a/amf-headers/.signature b/amf-headers/.signature index dae774945..8decb6d60 100644 --- a/amf-headers/.signature +++ b/amf-headers/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39Me82DkqvMrZdsi1AVNaDrenM2oF6+LbH04t7xNb3fpp0jw91YzbkQQfeDqyDP8zh7z4/JWZiTmxEdo3CM3oA0= -SHA256 (Pkgfile) = 0c0860a8027d18506f66423b0c89e71650623d28009312ee16aeff7f6d672520 -SHA256 (.footprint) = 83b5ae1b72926f227d9c37266a879e5df227e9923d1614b87089a1cdf0cba1a2 -SHA256 (amf-headers-v1.4.18.tar.gz) = 4f21ee07c8bb9b73ff48dbce7cb0917cdcd4d81d33333da391d97ce7f00642fe +RWSagIOpLGJF38yE6F/l5324xAsNoCeHbdOaJx397inFX10FJGx3hvZRru8UyU9dWYqi+ozD33yHfHqLmlQVQiRZ3y4m6BDTogo= +SHA256 (Pkgfile) = fef9ab7d7a78ea355c86237f4dfa84ea7703b4871ceadd87dcb3f2f41cf8b6fb +SHA256 (.footprint) = c0911e17d6bb3401cc0cfa12842d74e63e639ca3a8edf79bbfdfcd70f3c8d5c3 +SHA256 (amf-headers-1.4.21.tar.gz) = ffbd24e6e6bc47faff8e91061357046544c32733048b459f227986ea5fe30456 diff --git a/amf-headers/Pkgfile b/amf-headers/Pkgfile index 2e0472470..499a0b776 100644 --- a/amf-headers/Pkgfile +++ b/amf-headers/Pkgfile @@ -3,11 +3,11 @@ # Maintainer: Danny Rawlins, crux at romster dot me name=amf-headers -version=1.4.18 +version=1.4.21 release=1 -source=(https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/v$version/$name-v$version.tar.gz) +source=(https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/v.$version/$name-$version.tar.gz) build() { install -dm 755 $PKG/usr/include - cp -dr --no-preserve=ownership AMF-$version/amf/public/include "${PKG}"/usr/include/AMF + cp -dr --no-preserve=ownership AMF-v.$version/amf/public/include "${PKG}"/usr/include/AMF }