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/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-css-tiny/PKGBUILD b/perl-css-tiny/PKGBUILD
index 34e965da..5e454df2 100644
--- a/perl-css-tiny/PKGBUILD
+++ b/perl-css-tiny/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='perl-css-tiny'
pkgver='1.20'
-pkgrel='6'
+pkgrel=7
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.30'
+ 'perl<5.31'
'perl>=5.5.0')
makedepends=(
'perl-extutils-makemaker'