diff options
author | archdevlab | 2024-02-08 22:54:09 -0500 |
---|---|---|
committer | archdevlab | 2024-02-08 22:54:09 -0500 |
commit | b9718e98dba534be1ab2b19e90c1d480a5268605 (patch) | |
tree | 6d02f2bfe88a40db0bde465a89176a271bb5ee5b | |
parent | b1d8f841f9a3614fca6e3861a072253c48cd76a7 (diff) | |
download | aur-b9718e98dba534be1ab2b19e90c1d480a5268605.tar.gz |
update
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -1,10 +1,10 @@ pkgbase = lib32-vulkan-utility-libraries-git pkgdesc = Vulkan Utility Libraries (32-bit) (git version) - pkgver = 1.3.275 + pkgver = 1.3.277.r0.g86de0a0 pkgrel = 1 url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries arch = x86_64 - license = Apache + license = Apache-2.0 makedepends = cmake makedepends = python makedepends = vulkan-headers-git @@ -4,11 +4,11 @@ pkgname=lib32-vulkan-utility-libraries-git pkgdesc='Vulkan Utility Libraries (32-bit) (git version)' -pkgver=1.3.275 +pkgver=1.3.277.r0.g86de0a0 pkgrel=1 arch=(x86_64) url='https://github.com/KhronosGroup/Vulkan-Utility-Libraries' -license=(Apache) +license=(Apache-2.0) depends=(libvulkan.so) makedepends=(cmake python vulkan-headers-git) conflicts=(lib32-vulkan-utility-libraries) @@ -50,6 +50,10 @@ package(){ make -j$(nproc) -C "${srcdir}"/build DESTDIR="${pkgdir}" install rm -rf "${pkgdir}"/usr/include + + # install license + install -dm755 "${pkgdir}"/usr/share/licenses/"${pkgname}" + install -m644 "${srcdir}"/Vulkan-Utility-Libraries/LICENSES/* "${pkgdir}"/usr/share/licenses/"${pkgname}"/ } sha256sums=(SKIP) |