summaryrefslogtreecommitdiff
path: root/perl-css-tiny
diff options
context:
space:
mode:
Diffstat (limited to 'perl-css-tiny')
-rw-r--r--perl-css-tiny/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-css-tiny/PKGBUILD b/perl-css-tiny/PKGBUILD
index cafefacf..da374b9a 100644
--- a/perl-css-tiny/PKGBUILD
+++ b/perl-css-tiny/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='perl-css-tiny'
pkgver='1.20'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Read/Write .css files with as little code as possible"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl')
+ 'perl>=5.5.0')
makedepends=(
'perl-extutils-makemaker'
'perl-test-simple>=0.47')