summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-04-28 11:22:46 -0600
committerMark Wagie2021-04-28 11:22:46 -0600
commit60f3103755a294bff4e1cf52fa6a8db448847a2e (patch)
tree448814928b75f2dd29d6dd080ad7ac6caba8933c /PKGBUILD
parenta7620130db49a7d3db63e7cad598796914ab448d (diff)
downloadaur-60f3103755a294bff4e1cf52fa6a8db448847a2e.tar.gz
add replaces()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 279a43ce5fb3..5b60841be6eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="http://vulkan.gpuinfo.org/"
license=('GPL2')
provides=("${pkgname%-*-*}")
conflicts=("${pkgname%-*-*}")
+replaces=("${pkgname%-*-*}-bin")
options=('!strip')
source=("https://vulkan.gpuinfo.org/downloads/vulkancapsviewer_${pkgver}_linux64.AppImage")
sha256sums=('e3878b807c994ad77177c786b7a7accb65ab9f2e024033253011fd7db3bf5bf1')