summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2016-03-29 15:18:56 -0600
committerJohn D Jones III2016-03-29 15:18:56 -0600
commit44e7785b4dcf846dc69314b0f98649b808c7cd9b (patch)
tree94006d757eac9fc31a44aae009d4c517e8e6d6ea
parent70bf0f36cc2621258286c1958b4a3b462f1b7221 (diff)
downloadaur-44e7785b4dcf846dc69314b0f98649b808c7cd9b.tar.gz
Fix the deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed6f91e2ffe9..f0e00ec8859e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 21:18:36 UTC 2016
pkgbase = perl-cgi-ex
pkgdesc = CGI utility suite - makes powerful application writing fun and easy
pkgver = 2.44
@@ -7,6 +9,7 @@ pkgbase = perl-cgi-ex
license = PerlArtistic
license = GPL
depends = perl-template-alloy>=1.016
+ depends = perl-cgi
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/L/LJ/LJEPSON/CGI-Ex-2.44.tar.gz
md5sums = b6c4723cf7c64606cc43310f7b54e830
diff --git a/PKGBUILD b/PKGBUILD
index 918fa4c909a4..63578d301cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator : CPANPLUS::Dist::Arch 1.30
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-cgi-ex'
pkgver='2.44'
@@ -8,7 +8,7 @@ pkgdesc="CGI utility suite - makes powerful application writing fun and easy"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-template-alloy>=1.016')
+depends=('perl-template-alloy>=1.016' 'perl-cgi')
makedepends=()
url='https://metacpan.org/release/CGI-Ex'
source=('http://search.cpan.org/CPAN/authors/id/L/LJ/LJEPSON/CGI-Ex-2.44.tar.gz')