summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank Steinborn2019-04-08 21:43:48 +0200
committerFrank Steinborn2019-04-08 21:43:48 +0200
commitf151a05904d05d70d384fe03bceb4ab643257b31 (patch)
tree638c3cc1de77eeefb90b882fc0af6fda6f0fcec3 /PKGBUILD
parentdea7a47aca8aba97f89c71a469e17add49833dd3 (diff)
downloadaur-f151a05904d05d70d384fe03bceb4ab643257b31.tar.gz
depend on quazip to not use the bundled one
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0464e648f4c3..f5e6e7417380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Light2Yellow <oleksii.vilchanskyi@gmail.com>
pkgname=ckb-next
pkgver=0.4.0
-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"
license=('GPL2')
-depends=('qt5-base' 'hicolor-icon-theme')
+depends=('qt5-base' 'hicolor-icon-theme' 'quazip')
makedepends=('git' 'cmake')
optdepends=('libappindicator-gtk2: Ayatana indicators in Unity, KDE or Systray (GTK+ 2 library)')
conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next')