summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Collins2022-03-23 11:57:51 +0100
committerMark Collins2022-03-23 11:57:51 +0100
commit23a8b3854e5c26864e675fc228d43479f2325604 (patch)
tree6594c3a1cec550bf179a7060f474e7a373ad9498
parent29e0409de3016b4f65b130eef367d57dcf5e9518 (diff)
downloadaur-23a8b3854e5c26864e675fc228d43479f2325604.tar.gz
Fixed error in arch array x86 -> x86_64, thanks dreieck
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27fc8866a2d0..04de7161b186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = signaldctl
pkgdesc = cli interface to signald alternative signal client daemon
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/signald/signald-go/-/blob/main/cmd/signaldctl/README.md
- arch = x86
+ arch = x86_64
arch = armv7h
arch = aarch
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 941c3af2e915..4f375cb706fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=signaldctl
_basename=signald-go
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="cli interface to signald alternative signal client daemon"
-arch=('x86' 'armv7h' 'aarch') # The CI infrastructure builds for these so they are considered tested
+arch=('x86_64' 'armv7h' 'aarch') # The CI infrastructure builds for these so they are considered tested
url="https://gitlab.com/signald/${_basename}/-/blob/main/cmd/signaldctl/README.md"
license=('GPL')
depends=()