summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Bargen2022-03-07 09:20:19 +0100
committerDanilo Bargen2022-03-07 09:20:29 +0100
commitd348e642877a92d59a24ba1a4822c7050877b8f7 (patch)
tree00158ad6548a45ad34fabcf5418d50981a9ed11d
parent073efb13c63f73793d582c2aac0412f47c75ae7c (diff)
downloadaur-d348e642877a92d59a24ba1a4822c7050877b8f7.tar.gz
Change arch to x86_64
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff53249a20fd..0ae6fd057c7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = transifex-client
pkgdesc = The Transifex command-line tool to download and upload translations from Transifex
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/transifex/cli
install = transifex-client.install
- arch = any
+ arch = x86_64
license = Apache
makedepends = go
source = transifex-client-1.0.3.tar.gz::https://github.com/transifex/cli/archive/refs/tags/v1.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0e7984ee81ea..c4cea953fdc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=transifex-client
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="The Transifex command-line tool to download and upload translations from Transifex"
-arch=('any')
+arch=('x86_64')
url="https://github.com/transifex/cli"
license=('Apache')
depends=()