summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-11-04 17:01:59 +0100
committerMartchus2018-11-04 17:01:59 +0100
commitd6f407dee7ca0295c68bfd00a096675dfbe9d0e6 (patch)
treeed331305876f9762993498dde81f2b7de26f1c86
parent7b23a605679e02f5132f0f254c085c1a373e1fbe (diff)
downloadaur-d6f407dee7ca0295c68bfd00a096675dfbe9d0e6.tar.gz
Update version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d6282c851a4..68ee3593631f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = passwordfile
url = https://github.com/Martchus/passwordfile
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL
checkdepends = cppunit
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index ef9fe63e66c2..87da614b8593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _reponame=passwordfile
pkgname=passwordfile
pkgver=3.2.0
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL'
license=('GPL')
depends=('c++utilities' 'openssl')