summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)