summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCoelacanthus2021-03-16 13:04:04 +0800
committerCoelacanthus2021-03-16 13:04:04 +0800
commitbe6fbd2c1af1954b3fc19fed487aa15e1c807427 (patch)
tree278afc85fa73e38e5df79fd6b66616327bb23d73 /PKGBUILD
parent8c67026690f22f8a0fed001398b002d8c6ba8d18 (diff)
downloadaur-be6fbd2c1af1954b3fc19fed487aa15e1c807427.tar.gz
upgpkg: git-grc 1.1.0-3 add conflict with grc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afee6c0e1c62..db8b8ca24e66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=git-grc
_pkgname=gcr
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Semantic git commits tool. use rust to rewrite the main features of git-cz."
#epoch=0
arch=('i686' 'x86_64')
@@ -15,6 +15,8 @@ depends=('gcc-libs'
)
makedepends=(cargo)
optdepends=()
+# conflict for same file: /usr/bin/grc
+conflicts=(grc)
install=$pkgname.install
source=($_pkgname-$pkgver.tar.gz::https://github.com/sdttttt/$_pkgname/archive/v$pkgver.tar.gz)
b2sums=('fffc7220a9c00baffe9e489de5cf37b13a5d57d72d29ee1c8bdcc285c5ac5a1564704627a192675568c75cf8f6c390737fcba106146477c24afc5b812eb81737')