summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis2019-10-24 14:43:16 +0300
committerTasos Sahanidis2019-10-24 14:43:16 +0300
commit4447cb44522e475272798bf99322998fb27f7dc6 (patch)
treefb47039e546c517bb72e170485b6da2bf7182522 /PKGBUILD
parentfb4944b755c4c318346b12f3a42cb6d6c6479168 (diff)
downloadaur-4447cb44522e475272798bf99322998fb27f7dc6.tar.gz
Fix self-conflict
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7caf08087f57..859f0245c810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Light2Yellow <oleksii.vilchanskyi@gmail.com>
pkgname=ckb-next
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Corsair Keyboard and Mouse Input Driver, release version"
arch=('i686' 'x86_64')
url="https://github.com/ckb-next/ckb-next"
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('qt5-base' 'hicolor-icon-theme' 'quazip')
makedepends=('git' 'cmake')
optdepends=('libappindicator-gtk2: Ayatana indicators in Unity, KDE or Systray (GTK+ 2 library)' 'libpulse')
-conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next')
+conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next-git')
provides=('ckb-next')
install=ckb-next.install
source=("https://github.com/ckb-next/$pkgname/archive/v$pkgver.tar.gz")