summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-03-24 18:13:22 +0100
committerDaniel Peukert2021-03-24 18:13:22 +0100
commite7ff510500a13f62d0f19c57eb2a8c1aaffcbf5c (patch)
tree36fa1f26458ac5a3ce5b1ca2961695c318285712
parent4963146843046e129ce0c548d176c347ec5ea34e (diff)
downloadaur-e7ff510500a13f62d0f19c57eb2a8c1aaffcbf5c.tar.gz
Update golang dep version for bitw
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41dd44a62f2d..b55e121eb43c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitw-git
pkgdesc = Minimalist BitWarden client with Secret Service API implementation - git version
- pkgver = r68.g12abc07
+ pkgver = r75.g438196b
pkgrel = 1
url = https://github.com/mvdan/bitw
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = bitw-git
arch = aarch64
license = BSD
makedepends = git
- makedepends = go>=1.14
+ makedepends = go>=1.15
optdepends = wl-clipboard: clipboard utility for Wayland (one of the optdepends is required for the tests to pass - build time dep)
optdepends = xclip: clipboard utility for X11 (one of the optdepends is required for the tests to pass - build time dep)
optdepends = xsel: clipboard utility for X11 (one of the optdepends is required for the tests to pass - build time dep)
diff --git a/PKGBUILD b/PKGBUILD
index 514b91b02413..099eab7a2715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_pkgname='bitw'
pkgname="$_pkgname-git"
-pkgver='r68.g12abc07'
+pkgver='r75.g438196b'
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')
-makedepends=('git' 'go>=1.14')
+makedepends=('git' 'go>=1.15')
optdepends=(
'wl-clipboard: clipboard utility for Wayland (one of the optdepends is required for the tests to pass - build time dep)'
'xclip: clipboard utility for X11 (one of the optdepends is required for the tests to pass - build time dep)'