summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca 'meti' P2018-03-22 06:47:17 +0100
committerLuca 'meti' P2018-03-22 06:47:17 +0100
commiteae02f110df8317f51f3c26ef67419fd9ffa9afc (patch)
tree970615567ee4f8e3988093333473879fa769199d
parent827c0fcd04e937474e268f2909efd6d7af950a6d (diff)
downloadaur-eae02f110df8317f51f3c26ef67419fd9ffa9afc.tar.gz
Removed arch 'any' and used 'x86_64' 'i686' instead
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 499a78a9b7b8..02e1846dfbd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = libfastjson
pkgdesc = A performance-focused json library for C
pkgver = 0.99.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rsyslog/libfastjson
- arch = any
+ arch = x86_64
+ arch = i686
license = GPL
source = libfastjson-0.99.8.tar.gz::https://github.com/rsyslog/libfastjson/archive/v0.99.8.tar.gz
sha256sums = 7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3
diff --git a/PKGBUILD b/PKGBUILD
index 42e80ae55746..8cdd5d177e67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=libfastjson
pkgver=0.99.8
-pkgrel=1
+pkgrel=2
pkgdesc="A performance-focused json library for C"
-arch=('any')
+arch=('x86_64' 'i686')
url="https://github.com/rsyslog/libfastjson"
license=('GPL')
depends=()