summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-04-30 09:58:14 -0400
committerbinex-dsk2021-04-30 09:58:14 -0400
commitd208aa07048491ebf6e07d06a5fc76ccda7dab89 (patch)
tree7b3dc73403314b1807f1d88333ab10be31decee3
parente468445a5457786de350aa7b092416c6ec1e8441 (diff)
downloadaur-d208aa07048491ebf6e07d06a5fc76ccda7dab89.tar.gz
added conflicts with gord-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 549106bdc38f..9e4978597d4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = gord-bin
license = BSD
depends = glibc
provides = gord
+ conflicts = gord-git
source = https://github.com/cainy-a/gord/releases/download/2021-04-19/gord_2021-04-19_linux_amd64.tar.gz
md5sums = a4efc7323336332a0185c6297d9c2d8a
diff --git a/PKGBUILD b/PKGBUILD
index dee0c5e3271d..855e0b6910aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ _tarname="${_pkgname}_${_pkgver}_linux_amd64"
source=("https://github.com/cainy-a/$_pkgname/releases/download/${_pkgver}/$_tarname.tar.gz")
md5sums=('a4efc7323336332a0185c6297d9c2d8a')
provides=('gord')
+conflicts=('gord-git')
depends=('glibc')
arch=('x86_64')