summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2020-08-08 16:04:48 +0200
committerMarius Lindvall2020-08-08 16:04:48 +0200
commit184cbdd6fe077915ba861905510c3868cfac2b23 (patch)
tree41ce6cc49d94678e664babfbc06abdb3b416e53b
parent66c6cbcdcb03dacc0e526c970faaab310634c5ea (diff)
downloadaur-184cbdd6fe077915ba861905510c3868cfac2b23.tar.gz
Update to 3.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c09bc0e9b29..3d8b1b688e32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywebview
pkgdesc = Build GUI for your Python program with JavaScript, HTML, and CSS.
- pkgver = 3.3.2
+ pkgver = 3.3.3
pkgrel = 1
url = https://github.com/r0x0r/pywebview
install = python-pywebview.install
@@ -13,9 +13,9 @@ pkgbase = python-pywebview
optdepends = webkit2gtk>=2.22: use with GTK
optdepends = python-pyqtwebengine: use with Qt
optdepends = qt5-webkit: use with Qt
- source = https://pypi.python.org/packages/source/p/pywebview/pywebview-3.3.2.tar.gz
+ source = https://pypi.python.org/packages/source/p/pywebview/pywebview-3.3.3.tar.gz
source = https://raw.githubusercontent.com/r0x0r/pywebview/master/LICENSE.md
- sha256sums = f3ad2bf1b7438cd882dec485092789368259955eb4166fa92ea9f436baff23cb
+ sha256sums = e25d30edc7e68cfc3736096792c195476668b0a7ae74985e114ea8dce2901d5f
sha256sums = 4a988dd3598832cd3653de20dc33cb677d0fb53ab5551c879ca31280ae653675
pkgname = python-pywebview
diff --git a/PKGBUILD b/PKGBUILD
index 16c9b25420d6..d7fe8de3f08f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-pywebview
-pkgver=3.3.2
+pkgver=3.3.3
pkgrel=1
pkgdesc="Build GUI for your Python program with JavaScript, HTML, and CSS."
arch=('any')
@@ -17,7 +17,7 @@ optdepends=('python-gobject: use with GTK'
install="$pkgname.install"
source=("https://pypi.python.org/packages/source/p/pywebview/pywebview-$pkgver.tar.gz"
"https://raw.githubusercontent.com/r0x0r/pywebview/master/LICENSE.md")
-sha256sums=('f3ad2bf1b7438cd882dec485092789368259955eb4166fa92ea9f436baff23cb'
+sha256sums=('e25d30edc7e68cfc3736096792c195476668b0a7ae74985e114ea8dce2901d5f'
'4a988dd3598832cd3653de20dc33cb677d0fb53ab5551c879ca31280ae653675')
build() {