summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2021-12-11 19:29:08 +0300
committerasm0dey2021-12-11 19:29:08 +0300
commit52cb4a5935a7b4d76dd6cc4d00c83becfff623fc (patch)
treecfc4c70e063cd018e9f676e7635063ca25573940 /PKGBUILD
parent4e9ac11ca4eb2a4d91dd5e4fa70239dcf9ba2c52 (diff)
downloadaur-askgit-bin.tar.gz
upgpkg: askgit-bin 0.5.0-2
Adds conflict with mergestat-bin, which is a new name for the software
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b031c2e52223..895ada9b6e21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: pavel.finkelshtein@gmail.com <asm0dey>
pkgname=askgit-bin
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Query git repositories with SQL. Generate reports, perform status checks, analyze codebases."
arch=("x86_64")
@@ -13,7 +13,7 @@ makedepends=()
checkdepends=()
optdepends=()
provides=()
-conflicts=()
+conflicts=(mergestat-bin)
replaces=()
backup=()
options=()