summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-14 11:53:08 +0100
committerDaniel Peukert2020-03-14 11:53:08 +0100
commit54f4bd6132504a67de02dc44076b47cdfa54ff0f (patch)
tree9c3894e6757909483e04550379dc2644bac1e19d
parent61e83e750a8c5966940327d206d779179a6a9983 (diff)
downloadaur-54f4bd6132504a67de02dc44076b47cdfa54ff0f.tar.gz
Added optdepends to bitw-git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac80c82040d7..2798f0bc79f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitw-git
pkgdesc = Minimalist BitWarden client with Secret Service API implementation - git version
- pkgver = r47.58fe31f
+ pkgver = r48.781f226
pkgrel = 1
url = https://github.com/mvdan/bitw
arch = x86_64
@@ -18,6 +18,9 @@ pkgbase = bitw-git
makedepends = golang-github-knq-ini
makedepends = golang-rsc-2fa>=1.1.0
makedepends = golang-github-godbus-dbus>=5.0.3
+ optdepends = wl-clipboard: Clipboard utility for Wayland
+ optdepends = xclip: Clipboard utility for X11
+ optdepends = xsel: Clipboard utility for X11
provides = bitw
provides = org.freedesktop.secrets
conflicts = bitw
diff --git a/PKGBUILD b/PKGBUILD
index f741acd31d31..fb28d82850de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,17 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
_pkgname='bitw'
pkgname="$_pkgname-git"
-pkgver='r47.58fe31f'
+pkgver='r48.781f226'
pkgrel='1'
pkgdesc='Minimalist BitWarden client with Secret Service API implementation - git version'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/mvdan/$_pkgname"
license=('BSD')
+optdepends=(
+ 'wl-clipboard: Clipboard utility for Wayland'
+ 'xclip: Clipboard utility for X11'
+ 'xsel: Clipboard utility for X11'
+)
makedepends=('git' 'go-pie>=1.13' 'golang-golang-x-crypto' 'golang-github-google-uuid>=1.1.1' 'golang-github-knq-ini' 'golang-rsc-2fa>=1.1.0' 'golang-github-godbus-dbus>=5.0.3')
checkdepends=('golang-github-rogpeppe-go-internal>=1.5.0')
provides=("$_pkgname" 'org.freedesktop.secrets')