summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2018-07-28 21:52:57 +0200
committerNicola Murino2018-07-28 21:52:57 +0200
commit637e0f2a46199e1e5afb51500546f092abf0dc6e (patch)
treea73cc41d5038eb55f20c13e4664a15ceb4b54105 /PKGBUILD
parent0af4d1fd1c04d03dff7a1cb4cc3a3858d74d23c2 (diff)
downloadaur-637e0f2a46199e1e5afb51500546f092abf0dc6e.tar.gz
change arch to any
some users report that the PKGBUILD works on aarch64 too
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9042a16dcb64..d58507292468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
# Contributor: Pierre Carrier <pierre at gcarrier dot fr>
pkgname=wrk
pkgver=4.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Modern HTTP benchmarking tool"
-arch=(i686 x86_64)
-url=https://github.com/wg/wrk
+arch=(any)
+url="https://github.com/wg/wrk/"
license=(Apache)
depends=('openssl' 'luajit')
-makedepends=()
-source=(https://github.com/wg/$pkgname/archive/${pkgver}.tar.gz)
+source=("https://github.com/wg/$pkgname/archive/${pkgver}.tar.gz")
sha256sums=('6fa1020494de8c337913fd139d7aa1acb9a020de6f7eb9190753aa4b1e74271e')
options=('!makeflags'
'!buildflags')