[arch-commits] Commit in bandwhich/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at archlinux.org
Mon Apr 6 09:18:21 UTC 2020
Date: Monday, April 6, 2020 @ 09:18:20
Author: kpcyrd
Revision: 612038
archrelease: copy trunk to community-x86_64
Added:
bandwhich/repos/community-x86_64/PKGBUILD
(from rev 612037, bandwhich/trunk/PKGBUILD)
Deleted:
bandwhich/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-06 09:18:06 UTC (rev 612037)
+++ PKGBUILD 2020-04-06 09:18:20 UTC (rev 612038)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Aram Drevekenin <aram at poor.dev>
-
-pkgname=bandwhich
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Terminal bandwidth utilization tool'
-url='https://github.com/imsnif/bandwhich'
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('88024e7021af9cdbb500d74f7864b08a13ff35afd1bf83aeb6487c59ec3c1ff81270d8e32473e0716ae5aa24f6db0f2a92cdcbf04dafdd35b3e03f466b7cbfc0')
-b2sums=('f4c1c920d415b1fb8fa9d448f567418658d2ef936f044dc4971c4e8bca8110724b367a2807c9c1fb45409d7035a2b6852ac2fa0289ed35d305a474c689bde6e4')
-
-build() {
- cd "${pkgname}-${pkgver}"
- cargo build --release --locked
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- cargo test --release --locked
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
- install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
- install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: bandwhich/repos/community-x86_64/PKGBUILD (from rev 612037, bandwhich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-06 09:18:20 UTC (rev 612038)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Aram Drevekenin <aram at poor.dev>
+
+pkgname=bandwhich
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Terminal bandwidth utilization tool'
+url='https://github.com/imsnif/bandwhich'
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5d6960af13653d134205d517102fb3121bc6aaf87bf12021c9d968e34917243c000f452426f0805dae6ffc06d66a17a95f64205ea8d238a2275d07d1f4c7fc91')
+b2sums=('3fe31f8170ddf49703546daa83ea645cf86c89f32b7364afd9fa2e33c31f6beaf2e77d5e9af090265e1a67b213a7a2f32d0d4f731a41fd0f6b8047db3d0f538a')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ cargo build --release --locked
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ cargo test --release --locked
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+ install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
+ install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list