summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2017-04-13 03:38:05 +0200
committerSebastian 'Swift Geek' Grzywna2017-04-13 03:38:05 +0200
commit649488d3cddd6cf01da032f6edbdad155946b6ac (patch)
tree4b59e5676e5b22fdea4d55ac7fa9c1426c920443 /PKGBUILD
parent3525468298ce62bd9c50476e1c35d58c0bb03745 (diff)
downloadaur-649488d3cddd6cf01da032f6edbdad155946b6ac.tar.gz
Bump to 0.68
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8def5d86bd7..78e877a26e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl-alien-wxwidgets
_cpan_name=Alien-wxWidgets
-pkgver=0.67
+pkgver=0.68
pkgrel=1
pkgdesc="building, finding and using wxWidgets binaries"
arch=('any')
@@ -14,12 +14,13 @@ depends=('perl>=5.10.0' 'wxgtk' 'perl-module-pluggable') # Install perl-module-p
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'
- 'https://rt.cpan.org/Ticket/Attachment/1239555/655334/Alien-wxWidgets-0.64-returnor.patch'
+# 'https://rt.cpan.org/Ticket/Attachment/1400329/743429/wx-config-version-and-env.patch'
+# 'https://rt.cpan.org/Ticket/Attachment/1239555/655334/Alien-wxWidgets-0.64-returnor.patch'
+ )
+md5sums=('8771befe9e2421e355a7fa3e56651842'
+# '1d21142e0a60bec1a4fab11dc545f955'
+# '0011e91d60a7a669426341687cb6a5e2'
)
-md5sums=('510a7817fdaf59089b50a877a621d770'
- '1d21142e0a60bec1a4fab11dc545f955'
- '0011e91d60a7a669426341687cb6a5e2')
_src_dir='${_cpan_name}-${pkgver}'
#prepare() {