summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2020-07-21 23:08:43 +0200
committerMarius Lindvall2020-07-21 23:08:43 +0200
commit1e2aa0eab7d51b6ff3b5575c0e6731ac2cf68ac8 (patch)
treeeea6d7894c9065c65b4a607b4bbc3b70f76dde0d
parent990e0cd133a7eaa9037d61b03c8c4b8b7023e90c (diff)
downloadaur-1e2aa0eab7d51b6ff3b5575c0e6731ac2cf68ac8.tar.gz
Update to 3.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d98e07ca5e10..3a12d5360523 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
+ pkgver = 3.3.1
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.tar.gz
+ source = https://pypi.python.org/packages/source/p/pywebview/pywebview-3.3.1.tar.gz
source = https://raw.githubusercontent.com/r0x0r/pywebview/master/LICENSE.md
- sha256sums = 0f2278405cac149227a7e44a1f3f230ae135e9398ef168b22f7aada36e38e428
+ sha256sums = 75a01182c8022df9c6e362b22be585ddfd43346575d9f2a368a51d9a6bd896b9
sha256sums = 4a988dd3598832cd3653de20dc33cb677d0fb53ab5551c879ca31280ae653675
pkgname = python-pywebview
diff --git a/PKGBUILD b/PKGBUILD
index 19d5371ce1a9..1fd5fc9bf9af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-pywebview
-pkgver=3.3
+pkgver=3.3.1
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=('0f2278405cac149227a7e44a1f3f230ae135e9398ef168b22f7aada36e38e428'
+sha256sums=('75a01182c8022df9c6e362b22be585ddfd43346575d9f2a368a51d9a6bd896b9'
'4a988dd3598832cd3653de20dc33cb677d0fb53ab5551c879ca31280ae653675')
build() {