summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dd2cdab9e11..f49c54fe4373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cb-git
_pkgname=cb
pkgver=0.1.0.r1.g036df74
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://github.com/yaa110/cb"
license=("MIT")
@@ -13,7 +13,7 @@ pkgdesc='Command line interface to manage clipboard'
source=("$_pkgname::git://github.com/yaa110/cb.git")
sha512sums=('SKIP')
makedepends=('rust')
-depends=('gcc-libs')
+depends=('gcc-libs' 'libxcb')
conflicts=('cb' 'cb-bin')
provides=('cb')