summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoremersion2016-11-18 23:02:31 +0100
committeremersion2016-11-18 23:02:31 +0100
commitbe525267d2982a2054788f5551ce5324a163a325 (patch)
treec906f93fb7a3d80b71e43950389c7f8cc88b1e70 /PKGBUILD
parentd78a7491dd8fe4c97041d1f08b7045f89b84207c (diff)
downloadaur-mdrgpalu-git.tar.gz
Adds xclip as an optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e968a0a3b622..4bd488f464fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('Unlicense')
groups=()
depends=()
makedepends=('git')
+optdepends=('xclip: system-wide clipboard')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()