summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2015-08-26 11:40:58 -0600
committerJohn D Jones III2015-08-26 11:40:58 -0600
commita73bbb3fa5a430411b1d4c5091dfe9f4e0541b35 (patch)
tree26b47589ca4080b7504e99f07ca030ae7856661a
parentcc4be1f86b3ada5b4bf7f576eae2818ed5a17a42 (diff)
downloadaur-a73bbb3fa5a430411b1d4c5091dfe9f4e0541b35.tar.gz
Put perl-cgi as a dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a53e9685af47..28bfef4f0852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = perl-cgi-ex
arch = any
license = PerlArtistic
license = GPL
+ depends = perl-cgi
depends = perl-template-alloy>=1.016
options = !emptydirs
source = http://search.mcpan.org/CPAN/authors/id/L/LJ/LJEPSON/CGI-Ex-2.42.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3a50817d418c..5a94ccc21d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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-cgi' 'perl-template-alloy>=1.016')
makedepends=()
url='http://search.mcpan.org/dist/CGI-Ex'
source=('http://search.mcpan.org/CPAN/authors/id/L/LJ/LJEPSON/CGI-Ex-2.42.tar.gz')