summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentd94454bf928c9500f96a02509a9d29a40bac6a06 (diff)
downloadaur-ec6b20eaeacccf5ceecddec6d6b6424421c9e568.tar.gz
Update to version 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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