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 d522f8b18ffd..09abf9d81232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = perl-eval-context
- pkgdesc = This packages the Foo-Bar distribution, containing the Foo::Bar module!
+ pkgdesc = This module define a subroutine that let you evaluate Perl code in a specific context.
pkgver = 0.09.11
pkgrel = 1
url = https://metacpan.org/release/Eval-Context
diff --git a/PKGBUILD b/PKGBUILD
index 2538b7a1f9b6..737025769c03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl-eval-context
pkgver=0.09.11
pkgrel=1
-pkgdesc='This packages the Foo-Bar distribution, containing the Foo::Bar module!'
+pkgdesc='This module define a subroutine that let you evaluate Perl code in a specific context.'
_dist=Eval-Context
arch=('any')
url="https://metacpan.org/release/$_dist"