summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarius Lindvall2020-06-30 20:14:21 +0200
committerMarius Lindvall2020-06-30 20:14:21 +0200
commit990e0cd133a7eaa9037d61b03c8c4b8b7023e90c (patch)
tree9b3abd56038b13cec7199cb9dddeb42e96a2b8da /PKGBUILD
parent0fd1b90cf0cba41a3457bc9d7d242218c343ca13 (diff)
downloadaur-990e0cd133a7eaa9037d61b03c8c4b8b7023e90c.tar.gz
Update to 3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 422f414a7d34..19d5371ce1a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-pywebview
-pkgver=3.2
-pkgrel=2
+pkgver=3.3
+pkgrel=1
pkgdesc="Build GUI for your Python program with JavaScript, HTML, and CSS."
arch=('any')
url='https://github.com/r0x0r/pywebview'
@@ -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=('8c84e0dca08717b1091d2cbbf8d577fca19900b55c1a95d791380d1c8cc2c0f2'
+sha256sums=('0f2278405cac149227a7e44a1f3f230ae135e9398ef168b22f7aada36e38e428'
'4a988dd3598832cd3653de20dc33cb677d0fb53ab5551c879ca31280ae653675')
build() {