summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-04 23:52:36 +0200
committerDaniel Peukert2022-08-04 23:52:36 +0200
commit895200f3ee4d21bdf48aefba56e3a5ee108dabaa (patch)
tree1b3d1d88d706234acf94a29eb44767bde6c52f2f
parent0d60f436d9c1470f83052e4bd2c2f4d6e4594142 (diff)
downloadaur-895200f3ee4d21bdf48aefba56e3a5ee108dabaa.tar.gz
Update minimal go version for bitw-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a66942d748..85f7b30b7c97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitw-git
pkgdesc = Minimalist BitWarden client with Secret Service API implementation - git version
- pkgver = r85.g78c6df8
+ pkgver = r86.g9da6ca0
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.17
+ makedepends = go>=1.18
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 1bb81017b17e..fad83e0b5387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_pkgname='bitw'
pkgname="$_pkgname-git"
-pkgver='r85.g78c6df8'
+pkgver='r86.g9da6ca0'
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.17')
+makedepends=('git' 'go>=1.18')
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)'