summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Sahanidis2019-10-24 14:43:16 +0300
committerTasos Sahanidis2019-10-24 14:43:16 +0300
commit4447cb44522e475272798bf99322998fb27f7dc6 (patch)
treefb47039e546c517bb72e170485b6da2bf7182522
parentfb4944b755c4c318346b12f3a42cb6d6c6479168 (diff)
downloadaur-4447cb44522e475272798bf99322998fb27f7dc6.tar.gz
Fix self-conflict
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d48c4f7ea671..776e02643304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ckb-next
pkgdesc = Corsair Keyboard and Mouse Input Driver, release version
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ckb-next/ckb-next
install = ckb-next.install
arch = i686
@@ -17,7 +17,7 @@ pkgbase = ckb-next
provides = ckb-next
conflicts = ckb-git
conflicts = ckb-git-latest
- conflicts = ckb-next
+ conflicts = ckb-next-git
source = https://github.com/ckb-next/ckb-next/archive/v0.4.2.tar.gz
sha256sums = 75b6908d5590c293dee8258a83d4ebe206306d3df9f867596e953ef7c6a86440
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")