summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86023a4a1d4c..ddeaf6c1bb41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Bruce Zhang
pkgname=spirv-headers-git
pkgver=r110.2c51218
-pkgrel=1
+pkgrel=2
pkgdesc='SPIR-V header files Git version'
arch=('any')
url='https://www.khronos.org/registry/spir-v/'
license=('custom')
source=('git://github.com/KhronosGroup/SPIRV-Headers.git')
sha1sums=('SKIP')
+conflicts=('spirv-headers')
+provides=('spirv-headers')
pkgver() {
cd "${srcdir}/SPIRV-Headers"