summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre Chapuis2016-06-12 11:07:38 +0200
committerPierre Chapuis2016-06-12 11:07:38 +0200
commite60fbb20db59571a46b99f6a022ca76e222d9453 (patch)
tree9e91e0d55116b37d2dc81235fdb8da79a61cfe24 /PKGBUILD
parentfc2cbaa381d7ee74312258bea97a37130b07aa28 (diff)
downloadaur-e60fbb20db59571a46b99f6a022ca76e222d9453.tar.gz
add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3530d9c9b27a..a847f457f28d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,13 @@
pkgname=lima
pkgver=1.1.0beta
-pkgrel=1
+pkgrel=2
pkgdesc="Personal Cloud software"
depends=(python2 fuse)
+optdepends=(
+ "python2-gnomekeyring: Gnome Keyring support"
+ "kdebindings-python2: KWallet support"
+)
makedepends=(prelink)
arch=("x86_64")
url="https://meetlima.com"