[arch-commits] Commit in bandwhich/repos/community-x86_64 (PKGBUILD PKGBUILD)
Kpcyrd
kpcyrd at archlinux.org
Sat Jan 18 16:35:40 UTC 2020
Date: Saturday, January 18, 2020 @ 16:35:40
Author: kpcyrd
Revision: 553037
archrelease: copy trunk to community-x86_64
Added:
bandwhich/repos/community-x86_64/PKGBUILD
(from rev 553036, bandwhich/trunk/PKGBUILD)
Deleted:
bandwhich/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-18 16:35:24 UTC (rev 553036)
+++ PKGBUILD 2020-01-18 16:35:40 UTC (rev 553037)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Aram Drevekenin <aram at poor.dev>
-
-pkgname=bandwhich
-pkgver=0.9.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=('a5552d91dfe013669b0c60ffc6393bc808a7d758dc0ff2960f55d0fea2013a0cf5ee47d2aff7ad95126e264bb64c5e4a1ad973a2b34705ff6cf629c9651820e3')
-b2sums=('48fcaf7348fee4246aec8f65d46bdc9b3a981aeb5c745e98eb064b9446f13e8764df0e50fc13204ebcd24e98b73119f40a07b4dc62cd760ee20949d8e37e9f01')
-
-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 553036, bandwhich/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-18 16:35:40 UTC (rev 553037)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Aram Drevekenin <aram at poor.dev>
+
+pkgname=bandwhich
+pkgver=0.10.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=('a0145983bd3579d2df6880649748005096f9c7531e6da9e6f10c712f160ed9a4fb02878afa0bc44afbcd60ec1bff3880d4dd26a99d59332c443ece6e5790ac03')
+b2sums=('ec5b072caae6a7215a0fb141ebadc303ff1a555c3493870d4e9492c823c4f878813922be89ce338b44699855dc5c6f0c654098c6677d5c91c0148caced1e8702')
+
+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