summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2020-05-03 23:17:33 +0200
committerChristoph Haag2020-05-03 23:17:54 +0200
commit3642c0b8ad1c0dc9ef30766c441beb94eef6b4e5 (patch)
tree603688e299bf261ebce065cfcd0bae43b0c0f848 /PKGBUILD
parentc33183767fb374b49c74097306df80e62a825949 (diff)
downloadaur-3642c0b8ad1c0dc9ef30766c441beb94eef6b4e5.tar.gz
Remove patch after upstream applied it
https://github.com/KhronosGroup/OpenXR-SDK-Source/commit/a013fcd3bee509a7d95ce7602a6f53ef91dc3274
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89cf8a657cd3..d0092dbaf2b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,20 @@
pkgname=("openxr-loader-git" "openxr-headers-git" "openxr-layers-git" "openxr-utils-git")
_dirname="openxr-loader"
-pkgver=1.0.8.r0.g76c144d
+pkgver=1.0.8.r22.ga179a05
pkgrel=1
arch=('i686' 'x86_64')
url='https://github.com/KhronosGroup/OpenXR-SDK-Source'
depends=()
makedepends=('cmake' 'git' 'vulkan-headers' 'libx11' 'libxxf86vm' 'libxrandr' 'python' 'vulkan-icd-loader')
license=('apache')
-source=("$_dirname::git+https://github.com/KhronosGroup/OpenXR-SDK-Source.git#branch=master"
- "0001-hello_xr-vulkan-Fix-build-with-Vulkan-headers-1.2.13.patch")
-md5sums=('SKIP' '0ec4cb88a02b2e2e8c78dde8dc4f5a8a')
+source=("$_dirname::git+https://github.com/KhronosGroup/OpenXR-SDK-Source.git#branch=master")
+md5sums=('SKIP')
#options=('debug' '!strip')
prepare() {
cd "$_dirname"
- patch -p1 < ../0001-hello_xr-vulkan-Fix-build-with-Vulkan-headers-1.2.13.patch
}
pkgver() {