summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias De Bie2019-04-26 14:50:24 +0200
committerMatthias De Bie2019-04-26 14:50:24 +0200
commitec6b20eaeacccf5ceecddec6d6b6424421c9e568 (patch)
tree6e56806f0c3e0e4563c4109b8bff0ab6ecf4ca6e
parentd94454bf928c9500f96a02509a9d29a40bac6a06 (diff)
downloadaur-ec6b20eaeacccf5ceecddec6d6b6424421c9e568.tar.gz
Update to version 0.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39650b235979..e807e737521e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden-rofi
- pkgdesc = Wrapper for Bitwarden bitwarden/cli and Rofi
- pkgver = 0.3
+ pkgdesc = Wrapper for Bitwarden and Rofi
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/mattydebie/bitwarden-rofi
arch = any
@@ -10,8 +10,10 @@ pkgbase = bitwarden-rofi
depends = bitwarden-cli
optdepends = xsel: copy to clipboard
optdepends = xclip: copy to clipboard
- source = https://github.com/mattydebie/bitwarden-rofi/archive/0.3.tar.gz
- sha512sums = f7d7825ec81a671113f35de47ed043b77eca496caa3480cebfdde02e40040e3973e04411bf9f0e922283354fba0e32ad0c83720c6ea12526ffb7629590f57fe8
+ optdepends = wl-clipboard: copy to clipboard on wayland
+ optdepends = xdotool
+ source = https://github.com/mattydebie/bitwarden-rofi/archive/0.4.tar.gz
+ sha512sums = 1cbcf6200ac0fec27038af0bf2ef864d3d20b96cb31a753cbde3df5e95d64ee807fc1db4e267ac797457289ec5fe5494ef8c468d4570e2046e4162b5910c0097
pkgname = bitwarden-rofi
diff --git a/PKGBUILD b/PKGBUILD
index e9b66e6195a4..624cf3541e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: Magnus Bergmark <magnus.bergmark@gmail.com>
pkgname=bitwarden-rofi
-pkgver=0.3
+pkgver=0.4
pkgrel=1
-pkgdesc="Wrapper for Bitwarden bitwarden/cli and Rofi"
+pkgdesc="Wrapper for Bitwarden and Rofi"
arch=('any')
url="https://github.com/mattydebie/$pkgname"
license=('GPL3')
depends=('rofi' 'jq' 'bitwarden-cli')
optdepends=('xsel: copy to clipboard'
- 'xclip: copy to clipboard')
+ 'xclip: copy to clipboard'
+ 'wl-clipboard: copy to clipboard on wayland'
+ 'xdotool')
makedepends=()
source=("https://github.com/mattydebie/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('f7d7825ec81a671113f35de47ed043b77eca496caa3480cebfdde02e40040e3973e04411bf9f0e922283354fba0e32ad0c83720c6ea12526ffb7629590f57fe8')
+sha512sums=('1cbcf6200ac0fec27038af0bf2ef864d3d20b96cb31a753cbde3df5e95d64ee807fc1db4e267ac797457289ec5fe5494ef8c468d4570e2046e4162b5910c0097')
package() {
cd "$pkgname-$pkgver" || exit 1