summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Babiev2023-07-28 08:10:41 +0100
committerLev Babiev2023-07-28 08:10:41 +0100
commitab8ddfa656056025f6810f774e0f62d4e9f4abc4 (patch)
treef07ba43fd2e04c8c38f94edef33e4d947e270ef4
parentd6934dbd232481cb6fbbc3b2d15fc0a505c46ec4 (diff)
downloadaur-ab8ddfa656056025f6810f774e0f62d4e9f4abc4.tar.gz
add conflict with sfwbar
-rw-r--r--.SRCINFO40
-rw-r--r--PKGBUILD2
2 files changed, 23 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1da3b4ef16c2..861799240373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,24 @@
pkgbase = sfwbar-git
- pkgdesc = S* Floating Window taskBar, git version
- pkgver = r942.de920df
- pkgrel = 1
- url = https://github.com/LBCrion/sfwbar
- arch = x86_64
- arch = aarch64
- license = GPL3
- makedepends = meson
- depends = wayland
- depends = gtk3
- depends = json-c
- depends = gtk-layer-shell
- depends = wayland-protocols
- optdepends = libpulse: pulse audio volume control,
- optdepends = libmpdclient: music player daemon control,
- optdepends = libxkbcommon: xkb layout conversion support
- source = sfwbar::git+https://github.com/LBCrion/sfwbar.git
- md5sums = SKIP
- sha512sums = SKIP
+ pkgdesc = S* Floating Window taskBar, git version
+ pkgver = r942.de920df
+ pkgrel = 1
+ url = https://github.com/LBCrion/sfwbar
+ arch = x86_64
+ arch = aarch64
+ license = GPL3
+ makedepends = meson
+ depends = wayland
+ depends = gtk3
+ depends = json-c
+ depends = gtk-layer-shell
+ depends = wayland-protocols
+ optdepends = libpulse: pulse audio volume control,
+ optdepends = libmpdclient: music player daemon control,
+ optdepends = libxkbcommon: xkb layout conversion support
+ provides = sfwbar
+ conflicts = sfwbar
+ source = sfwbar::git+https://github.com/LBCrion/sfwbar.git
+ md5sums = SKIP
+ sha512sums = SKIP
pkgname = sfwbar-git
diff --git a/PKGBUILD b/PKGBUILD
index 2f9f1bcddc00..827c805f2e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,8 @@ optdepends=(
'libxkbcommon: xkb layout conversion support'
)
makedepends=('meson')
+conflicts=('sfwbar')
+provides=('sfwbar')
source=("${pkgname%-*}::git+https://github.com/LBCrion/sfwbar.git")
md5sums=('SKIP')