summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-06-12 23:39:59 +0300
committerasm0dey2019-06-12 23:39:59 +0300
commitbb60959c0f933a93b4c9c96003e4bd3e7532a35f (patch)
tree6819c52d2ae0c33db0f33528f4666b73614381b4
parent508a0a7b879da89278a1151fa329ca696ae9ca9d (diff)
downloadaur-bb60959c0f933a93b4c9c96003e4bd3e7532a35f.tar.gz
Transpiled mainframe. (http://whatthecommit.com)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b525db7e5b97..a548da8edbfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = cb
pkgdesc = Command line interface to manage clipboard
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/yaa110/cb
arch = i686
arch = x86_64
license = MIT
makedepends = rust
depends = gcc-libs
+ depends = libxcb
provides = cb
conflicts = cb-git
conflicts = cb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 71e781ed62be..47a7c0cb4b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cb
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="https://github.com/yaa110/cb"
license=("MIT")
@@ -12,7 +12,7 @@ pkgdesc='Command line interface to manage clipboard'
source=("$pkgver.tar.gz::https://github.com/yaa110/$pkgname/archive/$pkgver.tar.gz")
sha512sums=('7cd81941d8313d4c195c5104e16c2e61c4cef654cdacef7ffec112690f53c7e937708da8456755e4926ae38526648a4a097d96398e8be54f66834fafc09a20e1')
makedepends=('rust')
-depends=('gcc-libs')
+depends=('gcc-libs' 'libxcb')
conflicts=('cb-git' 'cb-bin')
provides=('cb')