Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-pywebview
Commits:
618045d1 by Giovanni Harting at 2025-10-26T02:22:53+01:00
upgpkg: 6.1-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pywebview
pkgdesc = Build GUI for your Python program with JavaScript, HTML, and
CSS
- pkgver = 6.0
- pkgrel = 2
+ pkgver = 6.1
+ pkgrel = 1
url = https://github.com/r0x0r/pywebview
arch = any
license = BSD-3-Clause
@@ -21,7 +21,7 @@ pkgbase = python-pywebview
optdepends = python-pygobject-stubs: use with GTK
optdepends = python-qtpy: use with Qt
optdepends = webkit2gtk-4.1: use with GTK
- source = git+https://github.com/r0x0r/pywebview.git#tag=6.0
- b2sums =
4b5d932b855707f69c7248cb60574919ec5c8e6cc2d86187bfe85969deaa114c5c4505761a9e92304dc4d15db12446adf0c53906a8b1154ddac2dcf6bb5bff52
+ source = git+https://github.com/r0x0r/pywebview.git#tag=6.1
+ b2sums =
b7c748edacbefb1111ce5a10f38a95644e255b12ad68df637466b82f433bd8b5158acc3d20a9fd64a945815e6963b8eca47e961ea03b2de6e741a1c0c427824c
pkgname = python-pywebview
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=python-pywebview
_name=${pkgname#python-}
-pkgver=6.0
-pkgrel=2
+pkgver=6.1
+pkgrel=1
pkgdesc='Build GUI for your Python program with JavaScript, HTML, and CSS'
arch=(any)
url='https://github.com/r0x0r/pywebview'
@@ -18,7 +18,7 @@ optdepends=('pyside6: use with QtPy, PySide6'
'python-qtpy: use with Qt'
'webkit2gtk-4.1: use with GTK')
source=("git+$url.git#tag=$pkgver")
-b2sums=('4b5d932b855707f69c7248cb60574919ec5c8e6cc2d86187bfe85969deaa114c5c4505761a9e92304dc4d15db12446adf0c53906a8b1154ddac2dcf6bb5bff52')
+b2sums=('b7c748edacbefb1111ce5a10f38a95644e255b12ad68df637466b82f433bd8b5158acc3d20a9fd64a945815e6963b8eca47e961ea03b2de6e741a1c0c427824c')
build() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywebview/-/commit/618045d1afe3149544a661cffb7c43dfdba5da96
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywebview/-/commit/618045d1afe3149544a661cffb7c43dfdba5da96
You're receiving this email because of your account on gitlab.archlinux.org.