summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs2021-07-05 16:06:44 -0400
committerJesse Luehrs2021-07-05 16:06:44 -0400
commitf36e10614087f8e04549a023a25458e208e8f65a (patch)
tree4eda475cb9bed984e436273008682d40d2ee6795
parent6cb4d44af0a970776d4e004d38aa99f4c436115c (diff)
downloadaur-f36e10614087f8e04549a023a25458e208e8f65a.tar.gz
version bump, and enable aarch64
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06eec31e51bc..efaf774fc935 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = rbw
pkgdesc = unofficial bitwarden cli
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://git.tozt.net/rbw
arch = i686
arch = x86_64
+ arch = aarch64
license = MIT
makedepends = rust
makedepends = cargo
@@ -13,8 +14,7 @@ pkgbase = rbw
provides = rbw
conflicts = rbw-git
conflicts = rbw-bin
- source = https://git.tozt.net/rbw/snapshot/rbw-1.2.0.tar.gz
- sha256sums = 17fce8f474486550b83a2487ba7febd05d4f279cc7c53e70594d6f8ea223f5b7
+ source = https://git.tozt.net/rbw/snapshot/rbw-1.3.0.tar.gz
+ sha256sums = 7255e322b8c6bd6ee9da00f4c54211e94a132abec15b9f51b8351af31a4744ac
pkgname = rbw
-
diff --git a/PKGBUILD b/PKGBUILD
index c3b35fbd1605..fa320d347bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jesse Luehrs <archlinux@tozt.net>
pkgname=rbw
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
makedepends=('rust' 'cargo')
depends=('pinentry' 'openssl')
conflicts=('rbw-git' 'rbw-bin')
provides=('rbw')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://git.tozt.net/${pkgname}"
source=(https://git.tozt.net/rbw/snapshot/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('17fce8f474486550b83a2487ba7febd05d4f279cc7c53e70594d6f8ea223f5b7')
+sha256sums=('7255e322b8c6bd6ee9da00f4c54211e94a132abec15b9f51b8351af31a4744ac')
pkgdesc="unofficial bitwarden cli"
license=('MIT')