summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-11-07 22:32:42 +0100
committerMichel Zou2020-11-07 22:32:42 +0100
commitd1f4213fe94ade811ddc2c882f56409a0e154269 (patch)
tree22847992af46d4d6e1da2330d90e697561533539
parentcb3366bdb9609e4eccff65d05a88003233e57ff0 (diff)
downloadaur-d1f4213fe94ade811ddc2c882f56409a0e154269.tar.gz
1.2.159
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16081345f4b6..c362b4decae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-vulkan-headers
pkgdesc = Vulkan header files (mingw-w64)
- pkgver = 1.2.158
+ pkgver = 1.2.159
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = any
@@ -10,10 +10,8 @@ pkgbase = mingw-w64-vulkan-headers
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.158.tar.gz
- source = https://github.com/KhronosGroup/Vulkan-Headers/pull/155.patch
- sha256sums = 53361271cfe274df8782e1e47bdc9e61b7af432ba30acbfe31723f9df2c257f3
- sha256sums = SKIP
+ source = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.159.tar.gz
+ sha256sums = e911e1a2c1aba468d2e1728095a4c035a7a0fe01828f089bbc5598ce05aa5be3
pkgname = mingw-w64-vulkan-headers
diff --git a/PKGBUILD b/PKGBUILD
index 2af19367386f..e26e80067094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-vulkan-headers
_pkgname=Vulkan-Headers
-pkgver=1.2.158
+pkgver=1.2.159
pkgrel=1
pkgdesc="Vulkan header files (mingw-w64)"
arch=(any)
@@ -9,17 +9,11 @@ license=('APACHE')
makedepends=(mingw-w64-cmake)
groups=("mingw-w64-vulkan-devel")
options=(!buildflags staticlibs !strip)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz"
- "https://github.com/KhronosGroup/Vulkan-Headers/pull/155.patch")
-sha256sums=('53361271cfe274df8782e1e47bdc9e61b7af432ba30acbfe31723f9df2c257f3' SKIP)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('e911e1a2c1aba468d2e1728095a4c035a7a0fe01828f089bbc5598ce05aa5be3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
-prepare() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- patch -p1 --no-backup-if-mismatch -i "${srcdir}"/155.patch
-}
-
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
for _arch in ${_architectures}; do