summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2021-12-11 19:29:08 +0300
committerasm0dey2021-12-11 19:29:08 +0300
commit52cb4a5935a7b4d76dd6cc4d00c83becfff623fc (patch)
treecfc4c70e063cd018e9f676e7635063ca25573940
parent4e9ac11ca4eb2a4d91dd5e4fa70239dcf9ba2c52 (diff)
downloadaur-52cb4a5935a7b4d76dd6cc4d00c83becfff623fc.tar.gz
upgpkg: askgit-bin 0.5.0-2
Adds conflict with mergestat-bin, which is a new name for the software
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a172524176cf..c5909541f091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = askgit-bin
pkgdesc = Query git repositories with SQL. Generate reports, perform status checks, analyze codebases.
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/askgitdev/askgit
arch = x86_64
license = MIT
depends = pcre
depends = openssl
+ conflicts = mergestat-bin
source = askgit-0.5.0.tar.gz::https://github.com/mergestat/mergestat/releases/download/v0.5.0/mergestat-linux-amd64.tar.gz
source = https://raw.githubusercontent.com/mergestat/mergestat/main/LICENSE
sha256sums = 18bbd785265e25bae895a600746db574950da953d72b60f63826ca41b0056c12
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=()