summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorawe002017-10-01 00:46:48 +0200
committerawe002017-10-01 00:46:48 +0200
commit14649c65c7dfb3e8799603a5b47f244efdb5b570 (patch)
treece814b3c4d6ebd7c2fc1d888087f06136c7e51a7
parent4575113a7045439a53ee56d28f7191f5ed042aac (diff)
downloadaur-perl-eval-context.tar.gz
updated desc
-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"