summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorawe002017-10-01 00:48:35 +0200
committerawe002017-10-01 00:48:35 +0200
commitfe22f7b1eb88acc7b7d8b19e1e2afec79452e997 (patch)
tree5db5f91ba09b54747afdbab7cf3d0ff91f7b4367
parentf303fb39f86bb17cf08f0075ccde5658f0d78f7b (diff)
downloadaur-fe22f7b1eb88acc7b7d8b19e1e2afec79452e997.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 cef2c3325969..edf797f6fdfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = perl-package-generator
- pkgdesc = This packages the Foo-Bar distribution, containing the Foo::Bar module!
+ pkgdesc = This module lets you quickly and easily construct new packages. It gives them unused names and sets up their package data, if provided.
pkgver = 1.106
pkgrel = 1
url = https://metacpan.org/release/Package-Generator
diff --git a/PKGBUILD b/PKGBUILD
index 9e9f94f637a7..1bb7e1709bc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl-package-generator
pkgver=1.106
pkgrel=1
-pkgdesc='This packages the Foo-Bar distribution, containing the Foo::Bar module!'
+pkgdesc='This module lets you quickly and easily construct new packages. It gives them unused names and sets up their package data, if provided.'
_dist=Package-Generator
arch=('any')
url="https://metacpan.org/release/$_dist"