summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70bbfd475341..0a317ee3e08e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@ pkgname=ckb-next-git
pkgver=0.2.8.r103.gc375b5a
pkgrel=1
epoch=1
-pkgdesc="Corsair Keyboard and Mouse Input Driver"
+pkgdesc="Corsair Keyboard and Mouse Input Driver, git master branch"
arch=('i686' 'x86_64')
url="https://github.com/mattanger/ckb-next"
license=('GPL2')
depends=('qt5-base' 'hicolor-icon-theme')
makedepends=('git')
-conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next' 'ckb-next-latest-git')
+conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next')
+provides=('ckb-next')
install=ckb-next-git.install
source=('ckb-next-git::git+https://github.com/mattanger/ckb-next.git')
md5sums=('SKIP')