summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParaSait2022-06-21 13:07:44 +0200
committerParaSait2022-06-21 13:07:44 +0200
commit808b85dc1535cb136a98a5c332f6b0553e62a7c5 (patch)
treebe4a6f3e1f408609a0c4e79feae1294d12ec90c5
parent42aef35c1149f1cf0c637e58bf692892e74b3883 (diff)
downloadaur-808b85dc1535cb136a98a5c332f6b0553e62a7c5.tar.gz
correct the architecture
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f916d9dfe83..a3195cb2c2e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = json-ld-cli-bin
pkgdesc = A simple command line utility allowing to process JSON-LD 1.1 documents.
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/filip26/json-ld-cli
- arch = any
+ arch = x86_64
license = Apache
source = https://github.com/filip26/json-ld-cli/releases/download/v0.7.0/json-ld-cli-0.7.0-ubuntu-latest.zip
sha256sums = 57fc2d98cec3e2a8c0d6270aa078e93b5bf36f53093af10365906922c4c138a0
diff --git a/PKGBUILD b/PKGBUILD
index 9a948dbe8337..eb00e9345bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: ParaSait <parasait at proton dot me>
pkgname=json-ld-cli-bin
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='A simple command line utility allowing to process JSON-LD 1.1 documents.'
-arch=('any')
+arch=('x86_64')
url='https://github.com/filip26/json-ld-cli'
license=('Apache')
source=("${url}/releases/download/v${pkgver}/json-ld-cli-${pkgver}-ubuntu-latest.zip")