summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarius Lindvall2022-03-07 14:46:13 +0100
committerMarius Lindvall2022-03-07 14:46:13 +0100
commit108ec99b8051622c5382651e7f3d29da7bf6ea52 (patch)
tree42958005a4df19133d077c79cddc35be1bc16a16 /PKGBUILD
parent0a8a6048ff44ab9489d54cc0f2d4e707a5db45cd (diff)
downloadaur-108ec99b8051622c5382651e7f3d29da7bf6ea52.tar.gz
Update to v3.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2652a87dca22..c177fe9b5ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-pywebview
-pkgver=3.6
+pkgver=3.6.2
pkgrel=1
pkgdesc="Build GUI for your Python program with JavaScript, HTML, and CSS."
arch=('any')
@@ -21,7 +21,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=('fd49a678a14f41996a02167a419d49256c6a9fd8c4112bc795a8db558a7fba18'
+sha256sums=('5f52f30a8df3b635506ee3ed744c281b60537085f052f22cb5f9506084ca3f25'
'4a988dd3598832cd3653de20dc33cb677d0fb53ab5551c879ca31280ae653675')
build() {