summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2015-05-09 00:02:23 +0000
committerKyle Keen2015-05-09 00:02:23 +0000
commit21475a3dba70d5e3a3b0635f1dac4bc5e12dc6e3 (patch)
tree5e08557025ddcbe792f33928b44efbb3a6766a21
parent9bc9e7ef0742a1f5f88573cc2c63b9468569ea4f (diff)
downloadaur-21475a3dba70d5e3a3b0635f1dac4bc5e12dc6e3.tar.gz
Import from pkgbuild.com service
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a7a9f252453..6c81617d22ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = perl-alien-wxwidgets
pkgdesc = building, finding and using wxWidgets binaries
- pkgver = 0.65
+ pkgver = 0.67
pkgrel = 1
- url = http://search.cpan.org/dist/Alien-wxWidgets
+ url = https://metacpan.org/release/Alien-wxWidgets
arch = any
license = GPL
license = PerlArtistic
@@ -10,10 +10,10 @@ pkgbase = perl-alien-wxwidgets
depends = wxgtk
depends = perl-module-pluggable
options = !emptydirs
- source = http://www.cpan.org/modules/by-module/Alien/Alien-wxWidgets-0.65.tar.gz
+ 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 = 219a4f572d24eaa98c3dc2d118c5d9f0
+ md5sums = 510a7817fdaf59089b50a877a621d770
md5sums = 1d21142e0a60bec1a4fab11dc545f955
md5sums = 0011e91d60a7a669426341687cb6a5e2
diff --git a/PKGBUILD b/PKGBUILD
index f3bd9849c033..18f4d295c765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=perl-alien-wxwidgets
_cpan_name=Alien-wxWidgets
-pkgver=0.65
+pkgver=0.67
pkgrel=1
pkgdesc="building, finding and using wxWidgets binaries"
arch=('any')
-url="http://search.cpan.org/dist/${_cpan_name}"
+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=()
@@ -17,7 +17,7 @@ source=("http://www.cpan.org/modules/by-module/${_cpan_name%%-*}/${_cpan_name}-$
'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=('219a4f572d24eaa98c3dc2d118c5d9f0'
+md5sums=('510a7817fdaf59089b50a877a621d770'
'1d21142e0a60bec1a4fab11dc545f955'
'0011e91d60a7a669426341687cb6a5e2')
@@ -39,11 +39,11 @@ prepare() {
### We are now patching issues, so compilation against 3.x is possible
# https://rt.cpan.org/Public/Bug/Display.html?id=94367
# https://rt.cpan.org/Public/Bug/Display.html?id=87202
- {
- cd "$_src_dir"
- patch < ${srcdir}/wx-config-version-and-env.patch
- patch ./lib/Alien/wxWidgets/Utility.pm < ${srcdir}/Alien-wxWidgets-0.64-returnor.patch
- }
+# {
+# cd "$_src_dir"
+# patch < ${srcdir}/wx-config-version-and-env.patch
+# patch ./lib/Alien/wxWidgets/Utility.pm < ${srcdir}/Alien-wxWidgets-0.64-returnor.patch
+# }
}
build() {