[arch-commits] Commit in dfrs/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Feb 11 00:35:37 UTC 2021
Date: Thursday, February 11, 2021 @ 00:35:37
Author: anthraxx
Revision: 854738
upgpkg: dfrs 0.0.7-1
Modified:
dfrs/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-11 00:35:35 UTC (rev 854737)
+++ PKGBUILD 2021-02-11 00:35:37 UTC (rev 854738)
@@ -1,7 +1,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=dfrs
-pkgver=0.0.6
+pkgver=0.0.7
pkgrel=1
pkgdesc='Display file system space usage using graphs and colors'
url='https://github.com/anthraxx/dfrs'
@@ -12,9 +12,9 @@
source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
options=('!makeflags')
-sha512sums=('5d98d4cc4e2be30f11f5c9921173e04cbccfa2c5b10650f4a4fef67e06dba2b660a986db3c3d65ca9f89328af7196b08b4a560bf92b35a115cfc1bba095bfd8a'
+sha512sums=('8b8f67ff919e4f1012fe415b564574fe9b11caf01da90a025ca8b8c7707e3f90e865e30cfbeb24db7b80829d082ba7accce44e1897a67e39d129d94c171f21fe'
'SKIP')
-b2sums=('424fcceb2a3d530b1f81698a7270423b41f78bc2ae4f09747b3ace4d2d0545b733033354e612a33c9e2677dedab8cc8af37db4a901cf245438a894a6dd48c7a8'
+b2sums=('c051c1d712811d2b9c5273ec4b89bc54f8bc10a07a18a99c9908f7c58025b99e74c0d06ce9d5ec6029eda4250befbd52d3e269ec2c6fb1a160b06b4f3b019c8d'
'SKIP')
validpgpkeys=(
'E240B57E2C4630BA768E2F26FC1B547C8D8172C8' # Levente Polyak
@@ -27,7 +27,7 @@
check() {
cd ${pkgname}-${pkgver}
- cargo test --release --locked
+ make test
}
package() {
More information about the arch-commits
mailing list