summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-06 04:27:28 +0800
committerChocobo12023-04-06 04:28:11 +0800
commita68a0122be65ca18299cccd077f6d46a4c95a7bd (patch)
tree7e985fab5ea5a2150acb2810dbc1e87f7a33a83f /PKGBUILD
parentd8eaac8f764f66fd436983fccb0214770a0db07f (diff)
downloadaur-a68a0122be65ca18299cccd077f6d46a4c95a7bd.tar.gz
upgpkg: hyperfine-git 1.16.1.r4.g2763b41-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f995ea3ab38b..dc7fd36fc6d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=hyperfine-git
-pkgver=1.15.0.r33.gf56c7a5
+pkgver=1.16.1.r4.g2763b41
pkgrel=1
pkgdesc="A command-line benchmarking tool"
arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@ conflicts=('hyperfine')
source=("git+https://github.com/sharkdp/hyperfine.git")
sha256sums=('SKIP')
+
prepare() {
cd "hyperfine"
@@ -43,8 +44,8 @@ package() {
--locked \
--no-track \
--root "$pkgdir/usr" \
- --path "$srcdir/hyperfine"
+ --path .
install -Dm644 "README.md" -t "$pkgdir/usr/share/doc/hyperfine"
- install -Dm644 LICENSE-{APACHE,MIT} -t "$pkgdir/usr/share/licenses/hyperfine"
+ install -Dm644 "LICENSE-MIT" -t "$pkgdir/usr/share/licenses/hyperfine"
}