summarylogtreecommitdiffstats
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
parent3525468298ce62bd9c50476e1c35d58c0bb03745 (diff)
downloadaur-649488d3cddd6cf01da032f6edbdad155946b6ac.tar.gz
Bump to 0.68
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2e47db60fd6..a4dc83c8bbf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 28 01:23:18 UTC 2017
+# Thu Apr 13 01:37:50 UTC 2017
pkgbase = perl-alien-wxwidgets
pkgdesc = building, finding and using wxWidgets binaries
- pkgver = 0.67
+ pkgver = 0.68
pkgrel = 1
url = https://metacpan.org/release/Alien-wxWidgets
arch = any
@@ -13,12 +13,8 @@ pkgbase = perl-alien-wxwidgets
depends = wxgtk
depends = perl-module-pluggable
options = !emptydirs
- source = http://www.cpan.org/modules/by-module/Alien/Alien-wxWidgets-0.67.tar.gz
- source = https://rt.cpan.org/Ticket/Attachment/1400329/743429/wx-config-version-and-env.patch
- source = https://rt.cpan.org/Ticket/Attachment/1239555/655334/Alien-wxWidgets-0.64-returnor.patch
- md5sums = 510a7817fdaf59089b50a877a621d770
- md5sums = 1d21142e0a60bec1a4fab11dc545f955
- md5sums = 0011e91d60a7a669426341687cb6a5e2
+ source = http://www.cpan.org/modules/by-module/Alien/Alien-wxWidgets-0.68.tar.gz
+ md5sums = 8771befe9e2421e355a7fa3e56651842
pkgname = perl-alien-wxwidgets
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() {