summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-03-22 15:38:33 +0100
committerDaniel Peukert2022-03-22 15:38:33 +0100
commit0d60f436d9c1470f83052e4bd2c2f4d6e4594142 (patch)
treeb3a717d1bc7be6a80ded755ba209a8ec5daffbcd
parent6dae6c547e2c5c87e89766d63b5fad2d2cc78e3c (diff)
downloadaur-0d60f436d9c1470f83052e4bd2c2f4d6e4594142.tar.gz
Update goland dep version for bitw-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e89de9741a5..e9a66942d748 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitw-git
pkgdesc = Minimalist BitWarden client with Secret Service API implementation - git version
- pkgver = r81.gf8da619
+ pkgver = r85.g78c6df8
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.16
+ makedepends = go>=1.17
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)
@@ -19,6 +19,6 @@ pkgbase = bitw-git
provides = org.freedesktop.secrets
conflicts = bitw
source = bitw-git::git+https://github.com/mvdan/bitw
- sha256sums = SKIP
+ sha512sums = SKIP
pkgname = bitw-git
diff --git a/PKGBUILD b/PKGBUILD
index b419bc44f21d..1bb81017b17e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_pkgname='bitw'
pkgname="$_pkgname-git"
-pkgver='r81.gf8da619'
+pkgver='r85.g78c6df8'
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.16')
+makedepends=('git' 'go>=1.17')
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)'
@@ -16,7 +16,7 @@ optdepends=(
provides=("$_pkgname" 'org.freedesktop.secrets')
conflicts=("$_pkgname")
source=("$pkgname::git+$url")
-sha256sums=('SKIP')
+sha512sums=('SKIP')
_sourcedirectory="$pkgname"
_bindir="$pkgname-bin"