summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2023-07-22 10:47:03 +0200
committerfordprefect2023-07-22 10:47:03 +0200
commit81aed10eb8e376af64199857a582d51723b4b129 (patch)
treeed9d9644636a4620cf6b513b478c189b335f7cf8 /PKGBUILD
parentb79a5636e3eadd3cc63c750485acf777628cd58a (diff)
downloadaur-81aed10eb8e376af64199857a582d51723b4b129.tar.gz
1.2304.0, cleanup, alternativ architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36e6a22230b4..eb592933d338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,12 @@
-# Maintainer: Luca P <meti at lplab.net>
-# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
-# Contributor: Bob Gregory <pathogenix@gmail.com>
-
pkgname=libfastjson
-pkgver=0.99.9
-pkgrel=2
+pkgver=1.2304.0
+pkgrel=1
pkgdesc="A performance-focused json library for C"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://github.com/rsyslog/libfastjson"
license=('GPL')
-depends=()
source=($pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('881f954633aa76931e4c756ece0bda6fd8a673c6e66955a3db3b2bb9d6bbff72')
+sha256sums=('6c18848c75b179108429fc2818273551c68ffe6ddd5e414c20c071c844befbc1')
build() {
cd "$pkgname-$pkgver"