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