summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHrad2022-07-27 13:41:18 +0200
committerHrad2022-07-27 13:41:18 +0200
commit47ab0238eeee4b7629a26c7c61c36347d513e99b (patch)
tree011850043a451e67a7244c12b5640203b9f1d975 /PKGBUILD
parentb21f2b7c88c171442c1188531abae509f9ae7aa0 (diff)
downloadaur-47ab0238eeee4b7629a26c7c61c36347d513e99b.tar.gz
Version 0.2.0!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33438010f479..976ec2c672b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Manel Castillo Giménez
pkgname="clavis"
-pkgver="0.1.0"
+pkgver="0.2.0"
pkgrel="1"
pkgdesc="An easy to use Password Manager."
arch=("x86_64")
url="https://github.com/ManelCG/clavis"
-depends=("gtk3" "cairo" "pango" "pixman" "pass" "make" "pkgconf")
+depends=("gtk3" "cairo" "pango" "pixman" "pass" "make" "pkgconf" "xdotool" "xclip")
conflicts=("clavis-git")
optdepends=()