[arch-commits] Commit in hyperfine/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Oct 13 15:44:47 UTC 2019
Date: Sunday, October 13, 2019 @ 15:44:47
Author: svenstaro
Revision: 515319
archrelease: copy trunk to community-x86_64
Added:
hyperfine/repos/community-x86_64/PKGBUILD
(from rev 515318, hyperfine/trunk/PKGBUILD)
Deleted:
hyperfine/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-13 15:44:42 UTC (rev 515318)
+++ PKGBUILD 2019-10-13 15:44:47 UTC (rev 515319)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: cauebs <cauebs at pm.me>
-pkgname="hyperfine"
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="A command-line benchmarking tool"
-url="https://github.com/sharkdp/hyperfine"
-arch=("x86_64")
-license=("APACHE" "MIT")
-makedepends=(cargo)
-source=("https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('d936aab473775e76c3a749828054e3f7d42e3909e8b0f56f99ecf6aa169a9bd3')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- cargo build --release --locked
-}
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- # Apache doesn't need to be installed, but because of the dual license
- # it makes more sense to not exclude it.
- install -Dm 644 "LICENSE-APACHE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
- install -Dm 644 "LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
- install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
Copied: hyperfine/repos/community-x86_64/PKGBUILD (from rev 515318, hyperfine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-13 15:44:47 UTC (rev 515319)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: cauebs <cauebs at pm.me>
+pkgname="hyperfine"
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="A command-line benchmarking tool"
+url="https://github.com/sharkdp/hyperfine"
+arch=("x86_64")
+license=("APACHE" "MIT")
+makedepends=(cargo)
+source=("https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('14de63b44eb4c2c5d6a6f9354acbcff350c9a2ba50b2397de5798c152cc2a029')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ cargo build --release --locked
+}
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ # Apache doesn't need to be installed, but because of the dual license
+ # it makes more sense to not exclude it.
+ install -Dm 644 "LICENSE-APACHE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+ install -Dm 644 "LICENSE-MIT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+ install -Dm 755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
More information about the arch-commits
mailing list