summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-07-11 08:08:04 +0200
committerNicola Murino2019-07-11 08:08:04 +0200
commit45f3fa01599d2e6610530ce28c8c82ee989cdb8c (patch)
treeb598e78307ac5adfdeaf66f459821c1b0340dce2
parent637e0f2a46199e1e5afb51500546f092abf0dc6e (diff)
downloadaur-45f3fa01599d2e6610530ce28c8c82ee989cdb8c.tar.gz
change arch from any to the supported archs
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e9af16f2c34..635826528bcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
-# Generated by mksrcinfo v8
-# Sat Jul 28 19:52:45 UTC 2018
pkgbase = wrk
pkgdesc = Modern HTTP benchmarking tool
pkgver = 4.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/wg/wrk/
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = aarch64
license = Apache
depends = openssl
depends = luajit
diff --git a/PKGBUILD b/PKGBUILD
index d58507292468..6ede008f3b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Pierre Carrier <pierre at gcarrier dot fr>
pkgname=wrk
pkgver=4.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Modern HTTP benchmarking tool"
-arch=(any)
+arch=(i686 x86_64 aarch64)
url="https://github.com/wg/wrk/"
license=(Apache)
depends=('openssl' 'luajit')