aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-13 05:18:06 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-13 06:13:02 +0100
commit43fc392dd1871f84a320610e278dbd1fb893dd5d (patch)
tree4bdcec7b16804b915635d95c0c6ae3d2189f4b4b
parent348326ef7335f822f65108e48c5b44eaaba8bc2e (diff)
downloadaports-43fc392dd1871f84a320610e278dbd1fb893dd5d.tar.bz2
aports-43fc392dd1871f84a320610e278dbd1fb893dd5d.tar.xz
community/spirv-headers: use corrected version of 1.5.1
-rw-r--r--community/spirv-headers/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/spirv-headers/APKBUILD b/community/spirv-headers/APKBUILD
index 1a9d105b91..9a9b01c586 100644
--- a/community/spirv-headers/APKBUILD
+++ b/community/spirv-headers/APKBUILD
@@ -3,16 +3,16 @@
pkgname=spirv-headers
_pkgname=SPIRV-Headers
pkgver=1.5.1
-pkgrel=0
+pkgrel=1
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"
-source="$pkgname-$pkgver.tar.gz::https://github.com/KhronosGroup/$_pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/KhronosGroup/$_pkgname/archive/$pkgver.corrected.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
+builddir="$srcdir/$_pkgname-$pkgver.corrected"
build() {
cmake \
@@ -27,4 +27,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="0edc655ee279abe4a646b48dd2286aae61586040b0f035b128159cc719daf5d158ab81405ca9fdfc125dc93a3a09ad5500d8cbe358b7b4a6cc8cb244e381188e spirv-headers-1.5.1.tar.gz"
+sha512sums="92447b1b1eca6f0253265f36d67b00c0c79e93f6a707e27bd8239bd2f693c468a92b7f7c3bb3fde6bb091383baaff42d3b0bbfeb9ff5f952d8a0b9626b03848e spirv-headers-1.5.1.tar.gz"