summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-02-07 21:50:34 +0000
committerEric Engestrom2022-02-07 21:50:34 +0000
commitb15a85a7e10069e901409f78c4cba436d8a80843 (patch)
treeb6f4c889dbd10018bdc0a5461a76e0081ef088bd
parent095655fcdcb850c3113fa45b4e2280eea08da558 (diff)
downloadaur-b15a85a7e10069e901409f78c4cba436d8a80843.tar.gz
add provides/conflicts for the base package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e7f9fc76143..162b80ebe353 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = gpuvis-git
depends = gtk3
depends = rapidjson
depends = sdl2
+ provides = gpuvis
+ conflicts = gpuvis
source = https://github.com/mikesart/gpuvis
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 12128f7b387e..f8111b36a0be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ depends=('freetype2' 'gtk3' 'rapidjson' 'sdl2')
makedepends=('git' 'meson' 'ninja')
source=("git+$url")
sha1sums=('SKIP')
+provides=(gpuvis)
+conflicts=(gpuvis)
pkgver() {
git -C gpuvis describe --tags --abbrev=10 | sed 's/^v//; s/-/+/; s/-/./'