Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-pywebview
Commits:
f312ef32 by Giovanni Harting at 2024-10-19T16:11:55+02:00
upgpkg: 5.3-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pywebview
pkgdesc = Build GUI for your Python program with JavaScript, HTML, and
CSS
- pkgver = 5.2
+ pkgver = 5.3
pkgrel = 1
url = https://github.com/r0x0r/pywebview
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-pywebview
optdepends = python-pyqt5-webengine: use with Qt
optdepends = python-qtpy: use with Qt
optdepends = webkit2gtk-4.1: use with GTK
- source = git+https://github.com/r0x0r/pywebview.git#tag=5.2
- b2sums =
dc99725ab604d8b8c7518ca098ce55a087ce9ca57e6c7a14915448c5e70d66a36c7566f43462eacdce884d5658c0d81a2e28212f2ccb7ee160863135262c9c74
+ source = git+https://github.com/r0x0r/pywebview.git#tag=5.3
+ b2sums =
2ac8610b9fb173bc1b15398c9c24e3d8f2c957ff162594d5f7fa6c3984c28407d7d0eea301e9e70e5871d4280e56b949f33048eb4aa3c166d5c41c13696b2c66
pkgname = python-pywebview
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-pywebview
_name=${pkgname#python-}
-pkgver=5.2
+pkgver=5.3
pkgrel=1
pkgdesc='Build GUI for your Python program with JavaScript, HTML, and CSS'
arch=(any)
@@ -20,7 +20,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=('dc99725ab604d8b8c7518ca098ce55a087ce9ca57e6c7a14915448c5e70d66a36c7566f43462eacdce884d5658c0d81a2e28212f2ccb7ee160863135262c9c74')
+b2sums=('2ac8610b9fb173bc1b15398c9c24e3d8f2c957ff162594d5f7fa6c3984c28407d7d0eea301e9e70e5871d4280e56b949f33048eb4aa3c166d5c41c13696b2c66')
build() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywebview/-/commit/f312ef328288fb762ef905e96115ccb8b754ce19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywebview/-/commit/f312ef328288fb762ef905e96115ccb8b754ce19
You're receiving this email because of your account on gitlab.archlinux.org.