Skip to content

Commit 985af81

Browse files
committed
pkgbuild: Fix description
1 parent badd726 commit 985af81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/parallel-disk-usage-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This PKGBUILD is not a full PKGBUILD
22
# pkgname, pkgver, source, and sha1sums are to be generated
3-
pkgdesc='Create a filesystem tree from YAML'
3+
pkgdesc='Summarize disk usage of the set of files, recursively for directories.'
44
pkgrel=1
55
arch=(x86_64)
66
license=(Apache-2.0)

template/parallel-disk-usage/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This PKGBUILD is not a full PKGBUILD
22
# pkgname, pkgver, source, and sha1sums are to be generated
3-
pkgdesc='Create a filesystem tree from YAML'
3+
pkgdesc='Summarize disk usage of the set of files, recursively for directories.'
44
pkgrel=1
55
arch=(x86_64)
66
license=(Apache-2.0)

0 commit comments

Comments
 (0)