summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscorpion-262024-03-20 18:30:35 +0100
committerscorpion-262024-03-20 18:30:35 +0100
commit6e472e6552605b79aa19f486c0ab624c349bbf30 (patch)
treed8d2d1d5166329756c7deef4f35b6f67ab120ed3
parentb0b062b2f53990dc2c980afec781c48e13510e0a (diff)
downloadaur-6e472e6552605b79aa19f486c0ab624c349bbf30.tar.gz
Add provide and conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4871836ab7f..5a8931aa312e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,8 @@ pkgbase = gbar-git
optdepends = hyprland: Workspace widgets
optdepends = nvidia-utils: Nvidia GPU support
optdepends = pacman-contrib: Arch update checking
+ provides = gbar=$(pkgver)
+ conflicts = gbar
source = gBar::git+https://github.com/scorpion-26/gBar
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f4af5b2777b7..06f026eba89b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ pkgdesc='Blazingly fast status bar written with GTK'
url='https://github.com/scorpion-26/gBar'
source=("$_pkgname::git+$url")
license=('MIT')
+provides=('gbar=$(pkgver)')
+conflicts=('gbar')
depends=('cairo'
'gdk-pixbuf2'
'glib2'