summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian2017-04-23 17:34:02 +0200
committermaximilian2017-04-23 17:34:02 +0200
commit5d1f7cf5dc3254016b235a953e61e515f7ce65b0 (patch)
tree7da223cedd092c9ee02414804ef7bfca2bd1690c
parent02d6ccd7dc47075a1824f418d4e9825aabf27c0b (diff)
downloadaur-5d1f7cf5dc3254016b235a953e61e515f7ce65b0.tar.gz
adding dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9090b0419303..a8421d018371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
arch=('i686' 'x86_64')
url="https://github.com/kovidgoyal/kitty"
license=('GPL3')
-depends=('python3' 'glew' 'glfw-x11' 'freetype2' 'xorg-xdpyinfo')
+depends=('python3' 'glew' 'glfw-x11' 'freetype2' 'xorg-xdpyinfo' 'xsel' 'xdpyinfo')
makedepends=('git' 'pkg-config' 'python-setuptools')
source=('git+https://github.com/kovidgoyal/kitty.git')
md5sums=('SKIP')