Skip to content

Commit

Permalink
gitmux: set provides and conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed Jan 14, 2024
1 parent 4f2e987 commit 20cf485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitmux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ license=('MIT')
makedepends=('git' 'go' 'tmux')
source=('git+https://github.com/arl/gitmux.git')
md5sums=('SKIP')
provides=('gitmux-git')
conflicts=('gitmux')

pkgver() {
cd "$srcdir/${_pkgname}"
Expand Down

0 comments on commit 20cf485

Please sign in to comment.