summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82e4c5e1243e..715f636e9922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,12 @@ pkgname=perl-wx
pkgver=0.9928
_author=M/MD/MDOOTSON
_perlmod=Wx
-pkgrel=3
+pkgrel=4
pkgdesc="Wx - interface to the wxWidgets GUI toolkit"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/Wx"
license=('GPL' 'PerlArtistic')
-depends=(
-wxgtk
-)
+depends=(wxgtk)
makedepends=(
perl-alien-wxwidgets
perl-extutils-xspp
@@ -23,6 +21,14 @@ xorg-server-xvfb
#Test::More => perl
#Test::Harness => perl
)
+case $CARCH in
+ i686)
+ checkdepends=(webkitgtk)
+ ;;
+ x86_64)
+ checkdepends=(webkitgtk2)
+ ;;
+esac
provides=(
perl-wx-aui
perl-wx-app