diff options
Diffstat (limited to 'community/shaderc')
-rw-r--r-- | community/shaderc/APKBUILD | 4 |
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 " |