summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-03-19 10:45:19 +0200
committerStelios Tsampas2023-03-19 10:45:19 +0200
commit782899fd2c14b1325a1df80138ddcd2908fa2116 (patch)
treefbeddf74461e4912a92982f13c64b553c82dbc1e
parent6678497028b2765a36ecf3c912fcdf5d0c35d978 (diff)
downloadaur-782899fd2c14b1325a1df80138ddcd2908fa2116.tar.gz
[vkd3d-proton-mingw-git] Remove revert
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--PKGBUILD.testing5
3 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20c25be0eeb0..afac68ad1712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vkd3d-proton-mingw-git
pkgdesc = Fork of VKD3D. Development branches for Protons Direct3D 12 implementation
- pkgver = 2.8.r125.g894d38d6
+ pkgver = 2.8.r180.g7b561f37
pkgrel = 1
url = https://github.com/HansKristian-Work/vkd3d-proton
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = vkd3d-proton-mingw-git
depends = bash
provides = vkd3d-proton
provides = d3d12.dll
- provides = vkd3d-proton=2.8.r125.g894d38d6
+ provides = vkd3d-proton=2.8.r180.g7b561f37
conflicts = vkd3d-proton
conflicts = d3d12.dll
options = !lto
diff --git a/PKGBUILD b/PKGBUILD
index b8aa63fcc01f..31411cb31ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=vkd3d-proton-mingw-git
-pkgver=2.8.r125.g894d38d6
+pkgver=2.8.r180.g7b561f37
pkgrel=1
pkgdesc='Fork of VKD3D. Development branches for Protons Direct3D 12 implementation'
arch=('x86_64')
@@ -40,9 +40,6 @@ prepare() {
git -c protocol.file.allow=always submodule update third_party/spirv-headers
popd
- # use mingw-tools widls
- git revert -n 2ec6c90ab6676e328883651783e3822579234386
-
# By default export FLAGS used by proton and ignore makepkg
# This overrides FLAGS from makepkg.conf, if you comment these you are on your own
# If you want the "best" possible optimizations for your system you can use
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 7e8fd68d3e48..cb8bdc797c30 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=vkd3d-proton-mingw-git
-pkgver=2.8.r125.g894d38d6
+pkgver=2.8.r180.g7b561f37
pkgrel=1
pkgdesc='Fork of VKD3D. Development branches for Protons Direct3D 12 implementation'
arch=('x86_64')
@@ -40,9 +40,6 @@ prepare() {
git -c protocol.file.allow=always submodule update third_party/spirv-headers
popd
- # use mingw-tools widls
- git revert -n 2ec6c90ab6676e328883651783e3822579234386
-
# By default export FLAGS used by proton and ignore makepkg
# This overrides FLAGS from makepkg.conf, if you comment these you are on your own
# If you want the "best" possible optimizations for your system you can use