summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-text-glob/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl-text-glob/PKGBUILD b/perl-text-glob/PKGBUILD
index ac773335c..6defe986f 100644
--- a/perl-text-glob/PKGBUILD
+++ b/perl-text-glob/PKGBUILD
@@ -4,13 +4,14 @@
pkgname='perl-text-glob'
pkgver='0.09'
-pkgrel='4'
+pkgrel='5'
pkgdesc="match globbing patterns against text"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
-makedepends=()
+makedepends=(
+ 'perl-module-build>=0.36'
+ 'perl-test-simple')
url='http://search.mcpan.org/dist/Text-Glob'
_distdir="Text-Glob-${pkgver}"
source=("http://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/${_distdir}.tar.gz")