summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2015-10-27 01:03:44 +0700
committerLev Lybin2015-10-27 01:03:44 +0700
commit858719a67754bd8534acc11e4423649cd7a13f65 (patch)
treee4a1e6dffb96d80e21e3aadc4c83256ed3f911e1
parentbdf92417caf46b367cee153df480822599a17bf2 (diff)
downloadaur-858719a67754bd8534acc11e4423649cd7a13f65.tar.gz
Initial commit
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8aa2305c838f..e34f12fadd87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc='a fork of clipmenu, a simple clipboard manager using dmenu and xsel/xcl
url='https://github.com/llybin/keratin'
arch=('any')
license=('ISC')
-depends=(dmenu xsel)
-conflicts=(clipmenu-git, clipmenu)
+depends=('dmenu' 'xsel')
+conflicts=('clipmenu-git' 'clipmenu')
source=(git+https://github.com/llybin/keratin.git)
md5sums=(SKIP)