summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-01 12:56:44 +0200
committerDaniel Peukert2023-04-01 12:56:44 +0200
commitadbd818ebfd1d69e03ff0f5a3a3e0951f2e3a374 (patch)
treec96624c95253455753f81bae9cf079490145f8ef
parent218f44da7c77efd5da33a157546f1694613c51ef (diff)
downloadaur-adbd818ebfd1d69e03ff0f5a3a3e0951f2e3a374.tar.gz
Update 32-bit architectures based on available dependencies and binaries
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3bb5af62b97..04dcb255b0f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = bitw-git
pkgrel = 1
url = https://github.com/mvdan/bitw
arch = x86_64
- arch = i686
+ arch = pentium4
arch = armv7h
arch = aarch64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 063fb483926f..522215fa8a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="$_pkgname-git"
pkgver='r91.gae87ee7'
pkgrel='1'
pkgdesc='Minimalist BitWarden client with Secret Service API implementation - git version'
-arch=('x86_64' 'i686' 'armv7h' 'aarch64')
+arch=('x86_64' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/mvdan/$_pkgname"
license=('BSD')
makedepends=('git' 'go>=1.19')