summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6682d919d088..b1b7723b7423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-alien-wxwidgets
pkgdesc = Building, finding and using wxWidgets binaries
- pkgver = 0.59
+ pkgver = 0.62
pkgrel = 1
url = https://metacpan.org/release/Alien-wxWidgets
arch = any
@@ -8,8 +8,8 @@ pkgbase = perl-alien-wxwidgets
license = PerlArtistic
depends = perl
options = !emptydirs
- source = http://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/Alien-wxWidgets-0.59.tar.gz
- md5sums = b4a221625a895aa40b3aaf1625186f7f
+ source = http://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/Alien-wxWidgets-0.62.tar.gz
+ md5sums = a26e3636aeb6c550935a36711ce13e9c
pkgname = perl-alien-wxwidgets
diff --git a/PKGBUILD b/PKGBUILD
index 0ed03df34644..704f2c511bb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl-alien-wxwidgets
_pkgname=Alien-wxWidgets
-pkgver=0.59
+pkgver=0.62
pkgrel=1
pkgdesc="Building, finding and using wxWidgets binaries"
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs')
source=(http://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/${_pkgname}-$pkgver.tar.gz)
-md5sums=('b4a221625a895aa40b3aaf1625186f7f')
+md5sums=('a26e3636aeb6c550935a36711ce13e9c')
build() {
cd $srcdir/${_pkgname}-$pkgver