summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0cce26348ac..35508773d081 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = perl-directory-scratch-structured
- pkgdesc = This packages the Foo-Bar distribution, containing the Foo::Bar module!
+ pkgdesc = This module adds a create_structured_tree subroutine to the Directory::Scratch.
pkgver = 0.04
pkgrel = 1
url = https://metacpan.org/release/Directory-Scratch-Structured
diff --git a/PKGBUILD b/PKGBUILD
index 699001f76504..7e48b6cde7f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl-directory-scratch-structured
pkgver=0.04
pkgrel=1
-pkgdesc='This packages the Foo-Bar distribution, containing the Foo::Bar module!'
+pkgdesc='This module adds a create_structured_tree subroutine to the Directory::Scratch.'
_dist=Directory-Scratch-Structured
arch=('any')
url="https://metacpan.org/release/$_dist"