summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias De Bie2019-04-19 21:28:15 +0200
committerMatthias De Bie2019-04-19 21:28:15 +0200
commita3e28c8f061edb8046cd0f6f90781a09c2b3bcb3 (patch)
treebe0c1eeecce5307122c0f4aa8e24110931d911b2
parent1e8797994ed3eb9347d1050e13c458e345c2b290 (diff)
downloadaur-a3e28c8f061edb8046cd0f6f90781a09c2b3bcb3.tar.gz
bump to new version - added wayland support
Signed-off-by: Matthias De Bie <mattydebie@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30bbc097b579..862ba7997717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden-rofi-git
pkgdesc = Wrapper for Bitwarden bitwarden/cli and Rofi
- pkgver = VERSION
+ pkgver = 0.3.r3.8eda64d
pkgrel = 1
url = https://github.com/mattydebie/bitwarden-rofi
arch = any
@@ -9,9 +9,10 @@ pkgbase = bitwarden-rofi-git
depends = rofi
depends = jq
depends = bitwarden-cli
- depends = xdotool
optdepends = xsel: copy to clipboard
optdepends = xclip: copy to clipboard
+ optdepends = wl-clipboard
+ optdepends = xdotool
provides = bitwarden-rofi
conflicts = bitwarden-rofi
replaces = bitwarden-rofi
diff --git a/PKGBUILD b/PKGBUILD
index df4effc4ad00..caff2a42b9cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Matthias De Bie <mattydebie@gmail.com>
pkgname=bitwarden-rofi-git
-pkgver=VERSION
+pkgver=0.3.r3.8eda64d
pkgrel=1
pkgdesc="Wrapper for Bitwarden bitwarden/cli and Rofi"
arch=('any')
url="https://github.com/mattydebie/bitwarden-rofi"
license=('GPL3')
-depends=('rofi' 'jq' 'bitwarden-cli' 'xdotool')
+depends=('rofi' 'jq' 'bitwarden-cli')
makedepends=('git')
-optdepends=('xsel: copy to clipboard' 'xclip: copy to clipboard')
+optdepends=('xsel: copy to clipboard' 'xclip: copy to clipboard' 'wl-clipboard' 'xdotool')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=("${pkgname%-git}")