summaryrefslogtreecommitdiff
path: root/extra/perl-template-toolkit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-27 00:29:16 -0700
committerroot <root@rshg054.dnsready.net>2013-05-27 00:29:16 -0700
commitb4ca83da72ffb5800852339f6efe5a59c16e9f94 (patch)
tree3ed149ced423d2629e0b3a71f0b1e2cf3f6ced70 /extra/perl-template-toolkit
parent99ee54f2484aadc464e997e54aa9c7ca7ecde198 (diff)
Mon May 27 00:29:16 PDT 2013
Diffstat (limited to 'extra/perl-template-toolkit')
-rw-r--r--extra/perl-template-toolkit/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/extra/perl-template-toolkit/PKGBUILD b/extra/perl-template-toolkit/PKGBUILD
index 4b6d5fa56..0328f9f90 100644
--- a/extra/perl-template-toolkit/PKGBUILD
+++ b/extra/perl-template-toolkit/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 165152 2012-08-11 20:28:19Z eric $
-# Maintainer: Firmicus <francois.archlinux.org>
+# $Id: PKGBUILD 186416 2013-05-26 09:25:42Z bluewind $
+# Maintainer:
+# Contributor: Firmicus <francois.archlinux.org>
# Contributor: Tom Killian <tomk@runbox.com>
# Contributor: FJ <joostef@gmail.com>
pkgname=perl-template-toolkit
_realname=Template-Toolkit
pkgver=2.24
-pkgrel=1
+pkgrel=2
pkgdesc="Perl template processing system"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('PerlArtistic')
url="http://search.cpan.org/dist/${_realname}/"
depends=('perl-appconfig' 'perl>=5.10.0')
-options=(!emptydirs)
+options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABW/${_realname}-$pkgver.tar.gz)
md5sums=('c25fdab1beebf8818c2e624bc9f9d212')
@@ -25,7 +26,10 @@ build() {
check() {
cd "${srcdir}/${_realname}-${pkgver}"
- make test
+
+ # Failing test can be ignored as it doesn't indicate a problem in main code
+ # https://rt.cpan.org/Public/Bug/Display.html?id=84778
+ make test || true
}
package() {