summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-15 14:54:21 +0100
committerDaniel Peukert2023-03-15 14:54:21 +0100
commit218f44da7c77efd5da33a157546f1694613c51ef (patch)
treee0f2286c9728c231eb39f33e6b0504f0307760f7
parent39d9f539b0f003837bcdf4d3befce41570832317 (diff)
downloadaur-218f44da7c77efd5da33a157546f1694613c51ef.tar.gz
Update min 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 d5527d4d2c2b..b3bb5af62b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitw-git
pkgdesc = Minimalist BitWarden client with Secret Service API implementation - git version
- pkgver = r86.g9da6ca0
+ pkgver = r91.gae87ee7
pkgrel = 1
url = https://github.com/mvdan/bitw
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = bitw-git
arch = aarch64
license = BSD
makedepends = git
- makedepends = go>=1.18
+ makedepends = go>=1.19
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 2a9a0abdcf38..063fb483926f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_pkgname='bitw'
pkgname="$_pkgname-git"
-pkgver='r86.g9da6ca0'
+pkgver='r91.gae87ee7'
pkgrel='1'
pkgdesc='Minimalist BitWarden client with Secret Service API implementation - git version'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/mvdan/$_pkgname"
license=('BSD')
-makedepends=('git' 'go>=1.18')
+makedepends=('git' 'go>=1.19')
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)'