summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da25c7e6e1cf..36fc4fc0b2c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = moros-git
- pkgdesc = a http(s) benchmark tool
+ pkgdesc = A modern http(s) benchmark tool
pkgver = r45.6e12809
pkgrel = 1
url = https://github.com/condy0919/moros
- arch = any
+ arch = x86_64
license = MIT
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 5e4efb05315f..ae370cfef28d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=moros-git
pkgver=r45.6e12809
pkgrel=1
-pkgdesc='a http(s) benchmark tool'
-arch=('any')
+pkgdesc='A modern http(s) benchmark tool'
+arch=('x86_64')
url='https://github.com/condy0919/moros'
license=('MIT')
depends=('boost' 'openssl')