summaryrefslogtreecommitdiff
path: root/perl-wx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-wx/PKGBUILD')
-rw-r--r--perl-wx/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-wx/PKGBUILD b/perl-wx/PKGBUILD
index 854299c9..470f0eda 100644
--- a/perl-wx/PKGBUILD
+++ b/perl-wx/PKGBUILD
@@ -5,13 +5,15 @@ pkgname=perl-wx
pkgver=0.9932
_author=M/MD/MDOOTSON
_perlmod=Wx
-pkgrel='4'
+pkgrel='5'
_distdir="${_perlmod}-${pkgver}"
pkgdesc="Wx - interface to the wxWidgets GUI toolkit"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/Wx"
license=('GPL' 'PerlArtistic')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-alien-wxwidgets>=0.25'
'wxgtk')
makedepends=(