summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHrad2022-07-27 13:41:18 +0200
committerHrad2022-07-27 13:41:18 +0200
commit47ab0238eeee4b7629a26c7c61c36347d513e99b (patch)
tree011850043a451e67a7244c12b5640203b9f1d975
parentb21f2b7c88c171442c1188531abae509f9ae7aa0 (diff)
downloadaur-47ab0238eeee4b7629a26c7c61c36347d513e99b.tar.gz
Version 0.2.0!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51fd4ddd503d..9217a0a23264 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clavis
pkgdesc = An easy to use Password Manager.
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/ManelCG/clavis
arch = x86_64
@@ -11,6 +11,8 @@ pkgbase = clavis
depends = pass
depends = make
depends = pkgconf
+ depends = xdotool
+ depends = xclip
conflicts = clavis-git
pkgname = clavis
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=()