summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2023-03-07 14:35:05 +0800
committerdobedobedo2023-03-07 14:35:05 +0800
commit7579cf57915f1fe5fdd3c84b5f12e89704bd2c26 (patch)
tree90491a7ff9ded03dff8636e0d929b3b2fe420f61
parentea6424bedce85166986ce3db457ba6b47f16dd26 (diff)
downloadaur-7579cf57915f1fe5fdd3c84b5f12e89704bd2c26.tar.gz
Update to dev5566+2f2624b1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71d4a3c99a58..9a9e13727b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wxpython-dev
pkgdesc = Cross-platform GUI toolkit. Developer version
- pkgver = 4.2.1a1.dev5539+906adf71
+ pkgver = 4.2.1a1.dev5556+2f2624b1
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.dev5539+906adf71.tar.gz
- sha512sums = 067a1d00cdda241344c45c9ed004aeaf021a370a6bed8a8c6d63f7b613763d2ece77360d3dd8b94a7940ec4c31780ae46a68cb9e1a126f92af6dba8320713728
+ source = https://wxpython.org/Phoenix/snapshot-builds/wxPython-4.2.1a1.dev5556+2f2624b1.tar.gz
+ sha512sums = 95c1eda2431129521c4a0b05344d249d14da252dc91653c12617973144c8e96602f99f357e99da78de1d75ce87f7493491d3bde05bca51a1388fd4379cc48677
pkgname = python-wxpython-dev
diff --git a/PKGBUILD b/PKGBUILD
index 08a14eb9e4f2..7635ccd1d43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-wxpython-dev
_pkgname=wxPython
-pkgver=4.2.1a1.dev5539+906adf71
+pkgver=4.2.1a1.dev5556+2f2624b1
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=('067a1d00cdda241344c45c9ed004aeaf021a370a6bed8a8c6d63f7b613763d2ece77360d3dd8b94a7940ec4c31780ae46a68cb9e1a126f92af6dba8320713728')
+sha512sums=('95c1eda2431129521c4a0b05344d249d14da252dc91653c12617973144c8e96602f99f357e99da78de1d75ce87f7493491d3bde05bca51a1388fd4379cc48677')
build() {
cd "$_pkgname-$pkgver"