summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchdevlab2024-02-08 22:54:09 -0500
committerarchdevlab2024-02-08 22:54:09 -0500
commitb9718e98dba534be1ab2b19e90c1d480a5268605 (patch)
tree6d02f2bfe88a40db0bde465a89176a271bb5ee5b
parentb1d8f841f9a3614fca6e3861a072253c48cd76a7 (diff)
downloadaur-b9718e98dba534be1ab2b19e90c1d480a5268605.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26f6c344e905..de0987640b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9e89a802cfa6..a2e8bcc00985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)