summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 22:52:04 +0800
committerChocobo12023-04-10 22:52:04 +0800
commit8c9a3b1cc055ae53a5f885a53aacfc861dc714db (patch)
tree6443d2d22acd788874708e63dac359ada9189797
parenta68a0122be65ca18299cccd077f6d46a4c95a7bd (diff)
downloadaur-hyperfine-git.tar.gz
upgpkg: hyperfine-git 1.16.1.r4.g2763b41-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be376677956d..b51d2fb46dde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = hyperfine-git
pkgdesc = A command-line benchmarking tool
pkgver = 1.16.1.r4.g2763b41
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sharkdp/hyperfine
arch = i686
arch = x86_64
- license = apache
+ license = Apache
license = MIT
makedepends = git
makedepends = rust
diff --git a/PKGBUILD b/PKGBUILD
index dc7fd36fc6d4..f09ddd24c995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=hyperfine-git
pkgver=1.16.1.r4.g2763b41
-pkgrel=1
+pkgrel=2
pkgdesc="A command-line benchmarking tool"
arch=('i686' 'x86_64')
url="https://github.com/sharkdp/hyperfine"
-license=('apache' 'MIT')
+license=('Apache' 'MIT')
depends=('gcc-libs')
makedepends=('git' 'rust')
provides=("hyperfine=$pkgver")