summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2021-01-02 14:56:56 +0100
committerEric Engestrom2021-01-02 14:56:56 +0100
commitb63e7ac7dcb482019d1761bbc91303c79d948dee (patch)
tree62ee29bb15939268116896937be97e4e09c68811 /PKGBUILD
parenta7111544b0d72a8a71d3c8acdeddfb0d0a1f7cb5 (diff)
downloadaur-b63e7ac7dcb482019d1761bbc91303c79d948dee.tar.gz
one sha1sum per line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2d27e38ae51..edc00cf9bee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ license=('custom')
groups=('vulkan-devel')
source=('git+https://github.com/KhronosGroup/SPIRV-Tools'
'git+https://github.com/KhronosGroup/SPIRV-Headers')
-sha1sums=('SKIP' 'SKIP')
+sha1sums=('SKIP'
+ 'SKIP')
depends=(gcc-libs spirv-headers)
makedepends=('cmake' 'python' 'git')
options=('staticlibs')