summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2016-08-23 17:26:57 +0700
committerLev Lybin2016-08-23 17:26:57 +0700
commitd3a7bddbcb65cfa693e280c6e7425b5f7bffd0e0 (patch)
tree98e42c1a1d173133099aa97e4927706cde12ad62
parentee2b8efb2dfc1e10a102f7e1eca4a83518f3f5b5 (diff)
downloadaur-d3a7bddbcb65cfa693e280c6e7425b5f7bffd0e0.tar.gz
makedepends add git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105b83dd720d..730339303fa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 5 15:00:30 UTC 2016
+# Tue Aug 23 10:26:40 UTC 2016
pkgbase = keratin-git
pkgdesc = A fork of clipmenu, a simple clipboard manager using dmenu and xsel/xclip
pkgver = 1.0.0.r21.g7ea78cd
@@ -8,6 +8,7 @@ pkgbase = keratin-git
url = https://github.com/WammKD/keratin
arch = any
license = ISC
+ makedepends = git
depends = dmenu
depends = xsel
source = git+https://github.com/WammKD/keratin.git
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)