summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-06-13 10:41:41 +0300
committerasm0dey2019-06-13 10:41:41 +0300
commitdcfddfcdf3421e0e4fe91d68499855eecbf201db (patch)
tree73589bfc98abb9b4b7f3bf208e313571b49a6c8e
parentffc3664da4761a1572e989f81eb02c9699edb047 (diff)
downloadaur-dcfddfcdf3421e0e4fe91d68499855eecbf201db.tar.gz
commit (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 032d9a2c2f72..05d108398175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = cb-git
pkgdesc = Command line interface to manage clipboard
pkgver = 0.1.0.r1.g036df74
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/yaa110/cb
arch = i686
arch = x86_64
license = MIT
makedepends = rust
+ makedepends = python3
depends = gcc-libs
depends = libxcb
provides = cb
diff --git a/PKGBUILD b/PKGBUILD
index f49c54fe4373..def3c9dd5897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cb-git
_pkgname=cb
pkgver=0.1.0.r1.g036df74
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url="https://github.com/yaa110/cb"
license=("MIT")
@@ -12,7 +12,7 @@ pkgdesc='Command line interface to manage clipboard'
source=("$_pkgname::git://github.com/yaa110/cb.git")
sha512sums=('SKIP')
-makedepends=('rust')
+makedepends=('rust' 'python3')
depends=('gcc-libs' 'libxcb')
conflicts=('cb' 'cb-bin')
provides=('cb')