diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 14:21:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 14:33:06 -0300 |
commit | f61b34590670814f155dd27f8b73f6c477ca97d3 (patch) | |
tree | 913573ebb23f11ea2d63ffc42639dba8554c9883 /community | |
parent | 59a76673a43baeaa74671d6eb0591fc022a753a1 (diff) | |
download | aports-f61b34590670814f155dd27f8b73f6c477ca97d3.tar.bz2 aports-f61b34590670814f155dd27f8b73f6c477ca97d3.tar.xz |
community/spirv-headers: upgrade to 1.5.1
Diffstat (limited to 'community')
-rw-r--r-- | community/spirv-headers/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/spirv-headers/APKBUILD b/community/spirv-headers/APKBUILD index ee3e315c53..171d4b9c58 100644 --- a/community/spirv-headers/APKBUILD +++ b/community/spirv-headers/APKBUILD @@ -2,18 +2,17 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=spirv-headers _pkgname=SPIRV-Headers -pkgver=1.4.1 -pkgrel=1 +pkgver=1.5.1 +pkgrel=0 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" -_commit=e4322e3be589e1ddd44afb20ea842a977c1319b8 -source="$pkgname-$_commit.tar.gz::https://github.com/KhronosGroup/$_pkgname/archive/$_commit.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/KhronosGroup/$_pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$_commit" +builddir="$srcdir/$_pkgname-$pkgver" build() { cmake \ @@ -28,4 +27,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="c63a771b5d0de871d76f85cdf18cda6f506eb24d6a8d9117d7a81456e222625ba15ae56f5bde6cc63fdb2d64d6270b2640616d1511cef1ab4a3798f14aa53cb0 spirv-headers-e4322e3be589e1ddd44afb20ea842a977c1319b8.tar.gz" +sha512sums="0edc655ee279abe4a646b48dd2286aae61586040b0f035b128159cc719daf5d158ab81405ca9fdfc125dc93a3a09ad5500d8cbe358b7b4a6cc8cb244e381188e spirv-headers-.tar.gz" |