aboutsummaryrefslogtreecommitdiffstats
path: root/community/spirv-headers/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/spirv-headers/APKBUILD')
-rw-r--r--community/spirv-headers/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/spirv-headers/APKBUILD b/community/spirv-headers/APKBUILD
index 2761a7d2e41..f40dafb006f 100644
--- a/community/spirv-headers/APKBUILD
+++ b/community/spirv-headers/APKBUILD
@@ -3,13 +3,13 @@
pkgname=spirv-headers
_pkgname=SPIRV-Headers
pkgver=1.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="Machine-readable files for the SPIR-V Registry"
options="!check" # No testsuite
url="https://github.com/KhronosGroup/SPIRV-Headers"
arch="noarch"
license="GPL-3.0-or-later"
-makedepends="cmake ninja"
+makedepends="cmake samurai"
source="$pkgname-$pkgver.corrected.tar.gz::https://github.com/KhronosGroup/$_pkgname/archive/$pkgver.corrected.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver.corrected"