summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbratekarate2020-11-18 01:30:48 +0100
committerbratekarate2020-11-18 01:30:48 +0100
commit45fb61eca9a393f73265e8f3cd6618e605406f54 (patch)
tree1787d0542ff657072c3ef1c9e1378465373238df
parent808a6ca6b7855211534c9625ddfc88f88b4d6754 (diff)
downloadaur-xmobar-alsa-git.tar.gz
add xmobar-git to conflict list
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35e5294eca76..58c522a11232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,6 +35,7 @@ pkgbase = xmobar-alsa-git
depends = haskell-extensible-exceptions
provides = xmobar
conflicts = xmobar
+ conflicts = xmobar-git
source = xmobar-alsa-git::git+https://github.com/jaor/xmobar.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 165e6f5cf3f5..f1a7c062e4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
'wireless_tools' 'haskell-text' 'haskell-async' 'haskell-alsa-core'
'haskell-alsa-mixer' 'haskell-extensible-exceptions')
makedepends=('git' 'ghc')
-conflicts=('xmobar')
+conflicts=('xmobar' 'xmobar-git')
provides=('xmobar')
source=(${pkgname}::git+https://github.com/jaor/xmobar.git)
sha512sums=('SKIP')