summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2022-12-01 16:44:57 +0300
committerdobedobedo2022-12-01 16:44:57 +0300
commitea6424bedce85166986ce3db457ba6b47f16dd26 (patch)
treecf04da4bf2241f3b60c3bb7b8d0cc0808e760fad
parenta02dfbc9bf57974ad5fa18ec491867f8628f270c (diff)
downloadaur-ea6424bedce85166986ce3db457ba6b47f16dd26.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 536387c2be1f..71d4a3c99a58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wxpython-dev
pkgdesc = Cross-platform GUI toolkit. Developer version
- pkgver = 4.2.1a1.dev5530+3ee614e0
+ pkgver = 4.2.1a1.dev5539+906adf71
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.dev5530+3ee614e0.tar.gz
- sha512sums = dfd478b1157dae2a71083a5cff6d5033917fc72203c5e23ce0358da111103d4212f983a4c13bbd0d2be1d1f7e6c130475d53b18489da5b383179d10d507f2e73
+ source = https://wxpython.org/Phoenix/snapshot-builds/wxPython-4.2.1a1.dev5539+906adf71.tar.gz
+ sha512sums = 067a1d00cdda241344c45c9ed004aeaf021a370a6bed8a8c6d63f7b613763d2ece77360d3dd8b94a7940ec4c31780ae46a68cb9e1a126f92af6dba8320713728
pkgname = python-wxpython-dev
diff --git a/PKGBUILD b/PKGBUILD
index fccbf5c9c54f..08a14eb9e4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-wxpython-dev
_pkgname=wxPython
-pkgver=4.2.1a1.dev5530+3ee614e0
+pkgver=4.2.1a1.dev5539+906adf71
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=('dfd478b1157dae2a71083a5cff6d5033917fc72203c5e23ce0358da111103d4212f983a4c13bbd0d2be1d1f7e6c130475d53b18489da5b383179d10d507f2e73')
+sha512sums=('067a1d00cdda241344c45c9ed004aeaf021a370a6bed8a8c6d63f7b613763d2ece77360d3dd8b94a7940ec4c31780ae46a68cb9e1a126f92af6dba8320713728')
build() {
cd "$_pkgname-$pkgver"