summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2018-02-06 21:26:42 +0100
committerAndré Klitzing2018-02-06 21:26:42 +0100
commit4dfb53fbc4a640e4d2a4eea89df7f4739ed9b3ed (patch)
treefbe0f01d67e84c63912181544560b75c2e795760
parentf028194d468539b9c4ca243e657d0de94ded6731 (diff)
downloadaur-4dfb53fbc4a640e4d2a4eea89df7f4739ed9b3ed.tar.gz
Add conflicts
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4479c3ef772a..d061740b2ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
pkgname=clazy
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Qt oriented code checker based on clang framework"
url="https://github.com/KDE/clazy"
license=("GPLv2")
depends=('llvm' 'clang')
+conflicts=('clazy-git')
makedepends=('cmake')
arch=('x86_64' 'x86')
source=("$pkgname-$pkgver.tar.gz::https://github.com/KDE/$pkgname/archive/v$pkgver.tar.gz")