summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Petrausch2019-01-21 07:02:17 +0100
committerChristoph Petrausch2019-01-21 07:02:17 +0100
commit0a3e2e8bcd0d64bdf59f99c430aea19139cf8165 (patch)
tree19c38fa67f2b24a2d3e7486d3ec5d85165fae84b
parent97214a39d20a506ab7fe2840e2405a124240818f (diff)
downloadaur-0a3e2e8bcd0d64bdf59f99c430aea19139cf8165.tar.gz
Bumped to wxglade 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62a5b34d4363..e21f1aa308f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxglade
pkgdesc = GUI designer for wxWidgets that can generate Python, C++, Perl, Lisp and XRC code
- pkgver = 0.8.3
+ pkgver = 0.9.0
pkgrel = 1
url = http://wxglade.sourceforge.net/
install = wxglade.install
@@ -11,9 +11,9 @@ pkgbase = wxglade
depends = python2
depends = wxpython
depends = desktop-file-utils
- source = https://github.com/wxGlade/wxGlade/archive/v0.8.3.tar.gz
+ source = https://github.com/wxGlade/wxGlade/archive/v0.9.0.tar.gz
source = wxglade.sh
- sha256sums = 7e8ee31f120de74af09d7e87c951a711bffc53334c8498f1cee88a7297c1c108
+ sha256sums = f4e2ce40e5dbe5d7b659df1f68bf1b8019bea49ddd90653b526a302825366f27
sha256sums = 4549c2034453475f06265fa1c845db3b4c006ab9b17d0386aecd2a276577a6e0
pkgname = wxglade
diff --git a/.gitignore b/.gitignore
index 6fa1f3943279..a74efa47ce00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
*.tar.gz
*.xz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index a9fb699c89d5..ba1876f9e292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: jht <stefano@inventati.org>
pkgname=wxglade
-pkgver=0.8.3
+pkgver=0.9.0
pkgrel=1
pkgdesc='GUI designer for wxWidgets that can generate Python, C++, Perl, Lisp and XRC code'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=('gendesk' 'imagemagick')
install="$pkgname.install"
source=("https://github.com/wxGlade/wxGlade/archive/v$pkgver.tar.gz"
'wxglade.sh')
-sha256sums=('7e8ee31f120de74af09d7e87c951a711bffc53334c8498f1cee88a7297c1c108'
+sha256sums=('f4e2ce40e5dbe5d7b659df1f68bf1b8019bea49ddd90653b526a302825366f27'
'4549c2034453475f06265fa1c845db3b4c006ab9b17d0386aecd2a276577a6e0')
prepare() {