summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsparzz2020-05-26 17:23:49 -0400
committersparzz2020-05-26 17:23:49 -0400
commit8b95a66cdaaf9888e055acd8fa393b792c3c9a5a (patch)
tree71a0c49dfd01b8d5da1c51253a2b2005c0c10355
parent7ef40ae03ea4176dde38ae517bee468201e0463d (diff)
downloadaur-8b95a66cdaaf9888e055acd8fa393b792c3c9a5a.tar.gz
remove conflict with the default vulkan-tools. anyway the system will utilize the aur one
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 744abd323e9d..7337c5cb5f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vulkan-tools-git
pkgdesc = vulkan tools build directly from KhronosGroup github. This build provide the most recent vulkan-tools package
- pkgver = 1.2.140_final_2
+ pkgver = 1.2.140_final_3
pkgrel = 1
url = https://github.com/KhronosGroup/Vulkan-Tools.git
arch = x86_64
@@ -8,8 +8,6 @@ pkgbase = vulkan-tools-git
makedepends = cmake
makedepends = git
provides = vulkan-tools-git
- conflicts = vulkan-tools
- replaces = vulkan-tools
source = Vulkan-Tools::git+https://github.com/KhronosGroup/Vulkan-Tools.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 40fcf1d5fc7f..6ee0a0b7d246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: sparzz
pkgname=vulkan-tools-git
-pkgver=1.2.140_final_2
+pkgver=1.2.140_final_3
pkgrel=1
epoch=
pkgdesc="vulkan tools build directly from KhronosGroup github. This build provide the most recent vulkan-tools package"
@@ -19,8 +19,8 @@ makedepends=("cmake"
checkdepends=()
optdepends=()
provides=(vulkan-tools-git)
-conflicts=(vulkan-tools)
-replaces=(vulkan-tools)
+conflicts=()
+replaces=()
backup=()
options=()
install=