summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParaSait2022-06-21 13:07:44 +0200
committerParaSait2022-06-21 13:07:44 +0200
commit808b85dc1535cb136a98a5c332f6b0553e62a7c5 (patch)
treebe4a6f3e1f408609a0c4e79feae1294d12ec90c5 /PKGBUILD
parent42aef35c1149f1cf0c637e58bf692892e74b3883 (diff)
downloadaur-json-ld-cli-bin.tar.gz
correct the architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")