aboutsummaryrefslogtreecommitdiffstats
path: root/community/shaderc
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-31 05:02:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-31 05:02:14 -0300
commit0b5d16166ab01d8ca6ae451137247ed6a29353ad (patch)
tree83d9aa70ffcabf41d300d4c12ca43345f79bcb18 /community/shaderc
parent902518c377adf823099a7784fad20e88cc250ae3 (diff)
downloadaports-0b5d16166ab01d8ca6ae451137247ed6a29353ad.tar.bz2
aports-0b5d16166ab01d8ca6ae451137247ed6a29353ad.tar.xz
community/shaderc: rebuild for new glslang
Diffstat (limited to 'community/shaderc')
-rw-r--r--community/shaderc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/shaderc/APKBUILD b/community/shaderc/APKBUILD
index c5c2c72f0c..4812917e54 100644
--- a/community/shaderc/APKBUILD
+++ b/community/shaderc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=shaderc
pkgver=2019.0
-pkgrel=0
+pkgrel=1
pkgdesc="A collection of tools, libraries, and tests for Vulkan shader compilation"
options="!check" # Fails to configure when tests are enabled
url="https://github.com/google/shaderc"
@@ -10,7 +10,7 @@ arch="all"
license="Apache-2.0"
makedepends="cmake glslang-static glslang-dev spirv-tools-dev python3"
subpackages="$pkgname-static $pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/google/shaderc/archive/v${pkgver}.tar.gz
+source="$pkgname-$pkgver.tar.gz::https://github.com/google/shaderc/archive/v$pkgver.tar.gz
fix-link-order.patch
"