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 2d150d89bdf1..b9a359ae9378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-alien-wxwidgets
pkgdesc = Building, finding and using wxWidgets binaries
- pkgver = 0.56
+ pkgver = 0.57
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.56.tar.gz
- md5sums = 40d437f4cd3719470d5b2a78769b3902
+ source = http://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/Alien-wxWidgets-0.57.tar.gz
+ md5sums = 5b3b09701b1668b354c11e8bcfedc682
pkgname = perl-alien-wxwidgets
diff --git a/PKGBUILD b/PKGBUILD
index c4a92df2c17c..877571951a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl-alien-wxwidgets
_pkgname=Alien-wxWidgets
-pkgver=0.56
+pkgver=0.57
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=('40d437f4cd3719470d5b2a78769b3902')
+md5sums=('5b3b09701b1668b354c11e8bcfedc682')
build() {
cd $srcdir/${_pkgname}-$pkgver