summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c81617d22ab..5c162356a739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Feb 23 05:13:05 UTC 2016
pkgbase = perl-alien-wxwidgets
pkgdesc = building, finding and using wxWidgets binaries
pkgver = 0.67
@@ -6,6 +8,7 @@ pkgbase = perl-alien-wxwidgets
arch = any
license = GPL
license = PerlArtistic
+ makedepends = perl-module-build
depends = perl>=5.10.0
depends = wxgtk
depends = perl-module-pluggable
diff --git a/PKGBUILD b/PKGBUILD
index 18f4d295c765..9c73c8beec24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url="https://metacpan.org/release/${_cpan_name}"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'wxgtk' 'perl-module-pluggable') # Install perl-module-pluggable from AUR
-makedepends=()
+makedepends=('perl-module-build')
options=(!emptydirs)
source=("http://www.cpan.org/modules/by-module/${_cpan_name%%-*}/${_cpan_name}-${pkgver}.tar.gz"
'https://rt.cpan.org/Ticket/Attachment/1400329/743429/wx-config-version-and-env.patch'