summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2022-11-04 15:50:30 +0300
committerdobedobedo2022-11-04 15:50:30 +0300
commita02dfbc9bf57974ad5fa18ec491867f8628f270c (patch)
tree2a8ad3bfb6e85e4d44dab77c271ef598ffb42cd0
parent0d3219893c7a99e90b71657ba186a988b637bfc2 (diff)
downloadaur-a02dfbc9bf57974ad5fa18ec491867f8628f270c.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 309a9f7cb606..536387c2be1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wxpython-dev
pkgdesc = Cross-platform GUI toolkit. Developer version
- pkgver = 4.2.1a1.dev5496+7c4d21d7
+ pkgver = 4.2.1a1.dev5530+3ee614e0
pkgrel = 1
url = https://www.wxpython.org
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = python-wxpython-dev
optdepends = python-pypubsub: Alternative to the deprecated wx.lib.pubsub API
provides = python-wxpython
conflicts = python-wxpython
- source = https://wxpython.org/Phoenix/snapshot-builds/wxPython-4.2.1a1.dev5496+7c4d21d7.tar.gz
- sha512sums = b163631fce276d63087024c8dee500fd56db2795dc179e3dbd90814b486d2aeb0730539c74d77fba4ae7f1296e72809ae048a031abb9d851603c39843fc47739
+ source = https://wxpython.org/Phoenix/snapshot-builds/wxPython-4.2.1a1.dev5530+3ee614e0.tar.gz
+ sha512sums = dfd478b1157dae2a71083a5cff6d5033917fc72203c5e23ce0358da111103d4212f983a4c13bbd0d2be1d1f7e6c130475d53b18489da5b383179d10d507f2e73
pkgname = python-wxpython-dev
diff --git a/PKGBUILD b/PKGBUILD
index dcca1e89344b..fccbf5c9c54f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-wxpython-dev
_pkgname=wxPython
-pkgver=4.2.1a1.dev5496+7c4d21d7
+pkgver=4.2.1a1.dev5530+3ee614e0
pkgrel=1
pkgdesc='Cross-platform GUI toolkit. Developer version'
arch=('x86_64')
@@ -19,7 +19,7 @@ checkdepends=('xorg-server-xvfb' 'python-pytest-forked' 'python-numpy')
provides=('python-wxpython')
conflicts=('python-wxpython')
source=("https://wxpython.org/Phoenix/snapshot-builds/wxPython-$pkgver.tar.gz")
-sha512sums=('b163631fce276d63087024c8dee500fd56db2795dc179e3dbd90814b486d2aeb0730539c74d77fba4ae7f1296e72809ae048a031abb9d851603c39843fc47739')
+sha512sums=('dfd478b1157dae2a71083a5cff6d5033917fc72203c5e23ce0358da111103d4212f983a4c13bbd0d2be1d1f7e6c130475d53b18489da5b383179d10d507f2e73')
build() {
cd "$_pkgname-$pkgver"