summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-09-19 12:51:46 +0200
committerDaniel Peukert2019-09-19 12:51:46 +0200
commit79172869b21e86d4c4dcaf358e7ce0c2c92b89d4 (patch)
tree4c57c80084ab766be1794dd2246b88c20d8a9b90
parent575bba8d6396220a8f7c579ef0badb948480ad84 (diff)
downloadaur-79172869b21e86d4c4dcaf358e7ce0c2c92b89d4.tar.gz
Added git to makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e0e0520e3e4..5ace9b5d68e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitw-git
pkgdesc = Minimalist BitWarden client with Secret Service API implementation
- pkgver = r30.b2f1cee
- pkgrel = 2
+ pkgver = r32.3271a01
+ pkgrel = 1
url = https://github.com/mvdan/bitw
arch = x86_64
arch = i686
@@ -10,8 +10,10 @@ pkgbase = bitw-git
arch = armv7h
arch = aarch64
license = BSD
+ makedepends = git
makedepends = go
source = bitw::git+https://github.com/mvdan/bitw
sha256sums = SKIP
pkgname = bitw-git
+
diff --git a/PKGBUILD b/PKGBUILD
index eb305511838c..caffbc9ddaf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
_pkgname='bitw'
pkgname="$_pkgname-git"
-pkgver='r30.b2f1cee'
-pkgrel='2'
+pkgver='r32.3271a01'
+pkgrel='1'
pkgdesc='Minimalist BitWarden client with Secret Service API implementation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/mvdan/$_pkgname"
license=('BSD')
-makedepends=('go')
+makedepends=('git' 'go')
source=("$_pkgname::git+$url")
sha256sums=('SKIP')