summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcaro Perseo2016-10-20 21:08:17 -0500
committerIcaro Perseo2016-10-20 21:08:17 -0500
commitc02e65bfb96377b818bb6d3e905aaedb25bdb161 (patch)
treedc77875ff2901edfea7864b8d0e690228754a3a6
parenta18ea8b1dca0b0f7768656b5295c20adc915501b (diff)
downloadaur-c02e65bfb96377b818bb6d3e905aaedb25bdb161.tar.gz
optdepends added.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26117e0d8ca0..418efe010940 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = passera
arch = x86_64
license = GPL
makedepends = go
+ optdepends = xclip: X11 clipboard support
+ optdepends = xsel: Manipulate the X selection
source = passera::git+https://github.com/icaroperseo/passera.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c5884e16bce8..602b6f4d8ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ url="https://github.com/icaroperseo/passera"
license=('GPL')
arch=('i686' 'x86_64')
makedepends=('go')
+optdepends=('xclip: X11 clipboard support'
+ 'xsel: Manipulate the X selection')
source=("${pkgname}::git+https://github.com/icaroperseo/passera.git")
md5sums=('SKIP')