summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLev Lybin2016-08-23 17:26:57 +0700
committerLev Lybin2016-08-23 17:26:57 +0700
commitd3a7bddbcb65cfa693e280c6e7425b5f7bffd0e0 (patch)
tree98e42c1a1d173133099aa97e4927706cde12ad62 /PKGBUILD
parentee2b8efb2dfc1e10a102f7e1eca4a83518f3f5b5 (diff)
downloadaur-keratin-git.tar.gz
makedepends add git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 355766e43633..38097f60d00d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc='A fork of clipmenu, a simple clipboard manager using dmenu and xsel/xcl
url='https://github.com/WammKD/keratin'
arch=('any')
license=('ISC')
+makedepends=('git')
depends=('dmenu' 'xsel')
source=(git+https://github.com/WammKD/keratin.git)