summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2022-02-12 07:23:31 +0000
committerkhai96_2022-02-12 07:23:31 +0000
commit78c44cd1d3413ed56d09fa9c3481252c135d407a (patch)
tree5d4e20f184cebe593b909603bb78416fe855cef4
parent23fe411ed4b21779cbae6d768fb9f8e209ed5de4 (diff)
downloadaur-78c44cd1d3413ed56d09fa9c3481252c135d407a.tar.gz
0.7.1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627f40f54a90..14153bfce284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = parallel-disk-usage-bin
- pkgdesc = Create a filesystem tree from YAML
- pkgver = 0.7.0
+ pkgdesc = Summarize disk usage of the set of files, recursively for directories.
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/KSXGitHub/parallel-disk-usage
arch = x86_64
license = Apache-2.0
provides = parallel-disk-usage
conflicts = parallel-disk-usage
- source = pdu-0e03a52fe417f4334343bf199eaafeb796ed9f38::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.0/pdu-x86_64-unknown-linux-gnu
- source = completion.0.7.0.bash::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.0/completion.bash
- source = completion.0.7.0.fish::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.0/completion.fish
- source = completion.0.7.0.zsh::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.0/completion.zsh
- source = https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.7.0/README.md
- source = https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.7.0/LICENSE
- sha1sums = 0e03a52fe417f4334343bf199eaafeb796ed9f38
+ source = pdu-4087c142c626de322b7f0bf9fb33dd6ceccade37::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.1/pdu-x86_64-unknown-linux-gnu
+ source = completion.0.7.1.bash::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.1/completion.bash
+ source = completion.0.7.1.fish::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.1/completion.fish
+ source = completion.0.7.1.zsh::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.1/completion.zsh
+ source = https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.7.1/README.md
+ source = https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.7.1/LICENSE
+ sha1sums = 4087c142c626de322b7f0bf9fb33dd6ceccade37
sha1sums = SKIP
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 09bc2a7c193b..7946b89df9c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# This file is automatically generated. Do not edit.
pkgname=parallel-disk-usage-bin
-pkgver=0.7.0
-source=(pdu-0e03a52fe417f4334343bf199eaafeb796ed9f38::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.0/pdu-x86_64-unknown-linux-gnu completion.0.7.0.bash::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.0/completion.bash completion.0.7.0.fish::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.0/completion.fish completion.0.7.0.zsh::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.0/completion.zsh https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.7.0/README.md https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.7.0/LICENSE)
-_checksum=0e03a52fe417f4334343bf199eaafeb796ed9f38
+pkgver=0.7.1
+source=(pdu-4087c142c626de322b7f0bf9fb33dd6ceccade37::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.1/pdu-x86_64-unknown-linux-gnu completion.0.7.1.bash::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.1/completion.bash completion.0.7.1.fish::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.1/completion.fish completion.0.7.1.zsh::https://github.com/KSXGitHub/parallel-disk-usage/releases/download/0.7.1/completion.zsh https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.7.1/README.md https://raw.githubusercontent.com/KSXGitHub/parallel-disk-usage/0.7.1/LICENSE)
+_checksum=4087c142c626de322b7f0bf9fb33dd6ceccade37
_completion_checksums=(SKIP SKIP SKIP)
# This PKGBUILD is not a full PKGBUILD
# pkgname, pkgver, source, and sha1sums are to be generated
-pkgdesc='Create a filesystem tree from YAML'
+pkgdesc='Summarize disk usage of the set of files, recursively for directories.'
pkgrel=1
arch=(x86_64)
license=(Apache-2.0)