summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-07-28 21:52:57 +0200
committerNicola Murino2018-07-28 21:52:57 +0200
commit637e0f2a46199e1e5afb51500546f092abf0dc6e (patch)
treea73cc41d5038eb55f20c13e4664a15ceb4b54105
parent0af4d1fd1c04d03dff7a1cb4cc3a3858d74d23c2 (diff)
downloadaur-637e0f2a46199e1e5afb51500546f092abf0dc6e.tar.gz
change arch to any
some users report that the PKGBUILD works on aarch64 too
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b109456d5d9a..7e9af16f2c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Sun Jan 21 11:22:23 UTC 2018
+# Sat Jul 28 19:52:45 UTC 2018
pkgbase = wrk
pkgdesc = Modern HTTP benchmarking tool
pkgver = 4.1.0
- pkgrel = 2
- url = https://github.com/wg/wrk
- arch = i686
- arch = x86_64
+ pkgrel = 3
+ url = https://github.com/wg/wrk/
+ arch = any
license = Apache
depends = openssl
depends = luajit
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')