Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
dua-cli
Commits:
d082b717 by Sven-Hendrik Haase at 2023-12-06T22:11:41+01:00
upgpkg: 2.21.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = dua-cli
pkgdesc = A tool to conveniently learn about the disk usage of
directories, fast!
- pkgver = 2.20.3
+ pkgver = 2.21.0
pkgrel = 1
url = https://github.com/Byron/dua-cli
arch = x86_64
license = MIT
makedepends = rust
depends = gcc-libs
- source =
dua-cli-2.20.3.tar.gz::https://github.com/Byron/dua-cli/archive/v2.20.3.tar.gz
- sha512sums =
b592d3a80e703ef9a31eb541cdab2de1f393f1959384f1c126907c729882d0387cc0ac841fc10df78831ba170058351256ee97cfb521a273f693122c490f3cdd
+ source =
dua-cli-2.21.0.tar.gz::https://github.com/Byron/dua-cli/archive/v2.21.0.tar.gz
+ sha512sums =
c59cd7f59ae1447f97ed4dd6731e0bafc4fcff488bbd9bd07fe3bf88747207c5cea6c746ad730bf8e3eed9f9a424fdc0de9952b6ee1e3095f5c3db74bdbd5ad0
pkgname = dua-cli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: mexus <[email protected]>
pkgname=dua-cli
-pkgver=2.20.3
+pkgver=2.21.0
pkgrel=1
pkgdesc="A tool to conveniently learn about the disk usage of directories,
fast!"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Byron/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('b592d3a80e703ef9a31eb541cdab2de1f393f1959384f1c126907c729882d0387cc0ac841fc10df78831ba170058351256ee97cfb521a273f693122c490f3cdd')
+sha512sums=('c59cd7f59ae1447f97ed4dd6731e0bafc4fcff488bbd9bd07fe3bf88747207c5cea6c746ad730bf8e3eed9f9a424fdc0de9952b6ee1e3095f5c3db74bdbd5ad0')
build() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dua-cli/-/commit/d082b71741340657ecbbd2e8c51e187d7245c161
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dua-cli/-/commit/d082b71741340657ecbbd2e8c51e187d7245c161
You're receiving this email because of your account on gitlab.archlinux.org.