[arch-commits] Commit in bandwhich/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kpcyrd kpcyrd at archlinux.org
Thu Oct 1 23:13:36 UTC 2020


    Date: Thursday, October 1, 2020 @ 23:13:36
  Author: kpcyrd
Revision: 714610

archrelease: copy trunk to community-x86_64

Added:
  bandwhich/repos/community-x86_64/PKGBUILD
    (from rev 714609, bandwhich/trunk/PKGBUILD)
Deleted:
  bandwhich/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-01 23:13:27 UTC (rev 714609)
+++ PKGBUILD	2020-10-01 23:13:36 UTC (rev 714610)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Aram Drevekenin <aram at poor.dev>
-
-pkgname=bandwhich
-pkgver=0.18.1
-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=('bfa8f24daac7fe415c0164db75cce2bcae09e54879e3924014acf4fa762f6895b93339ac5f8b5be8b9782bd995316a51f248c1f5cb787d054cc79ec37da6ddde')
-b2sums=('37af9e9a4029777ff5918ed3ef550a5b8af498bd87ce8c03cbdb8183bb69e5659ae7f9b697394c60bdf3a72f5c83ca291ea0c7b212ebffb67e6fb6932a17f4b3')
-
-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 714609, bandwhich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-01 23:13:36 UTC (rev 714610)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Aram Drevekenin <aram at poor.dev>
+
+pkgname=bandwhich
+pkgver=0.19.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=('0afdf8d5b8b53d91fb9adbc21bc454f668a7944edc5ba05b6642d9679dcef409971ec0a526d9df9bf3dd410f77fac550ba8321bd59f49d6cc13744940f7c7976')
+b2sums=('7b523df1b5cae4e991bb571c44af4d17a3c1ef9ec7064d4ccfdb6d4a26025f68e24c6acff56b2e0c26546aac847ba2250f7fe7aaf7bcdf925bd87a2a33acba2e')
+
+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