Giovanni Harting pushed to branch main at Arch Linux / Packaging / Packages /
python-pywebview
Commits:
f87c9b15 by Giovanni Harting at 2024-09-21T17:01:26+02:00
upgpkg: 5.2-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 = 5.1
- pkgrel = 2
+ pkgver = 5.2
+ pkgrel = 1
url = https://github.com/r0x0r/pywebview
arch = any
license = BSD-3-Clause
@@ -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.1
- b2sums =
9579ae2b06192751b3ba1bf20393ccaed5c8c28b624e70ed16dd0a23e01dcfd9800a03a68c5f14fbdb9dce2da620c892c2f69dac7b776be11d4e99184a0ce75c
+ source = git+https://github.com/r0x0r/pywebview.git#tag=5.2
+ b2sums =
dc99725ab604d8b8c7518ca098ce55a087ce9ca57e6c7a14915448c5e70d66a36c7566f43462eacdce884d5658c0d81a2e28212f2ccb7ee160863135262c9c74
pkgname = python-pywebview
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=python-pywebview
_name=${pkgname#python-}
-pkgver=5.1
-pkgrel=2
+pkgver=5.2
+pkgrel=1
pkgdesc='Build GUI for your Python program with JavaScript, HTML, and CSS'
arch=(any)
url='https://github.com/r0x0r/pywebview'
@@ -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=('9579ae2b06192751b3ba1bf20393ccaed5c8c28b624e70ed16dd0a23e01dcfd9800a03a68c5f14fbdb9dce2da620c892c2f69dac7b776be11d4e99184a0ce75c')
+b2sums=('dc99725ab604d8b8c7518ca098ce55a087ce9ca57e6c7a14915448c5e70d66a36c7566f43462eacdce884d5658c0d81a2e28212f2ccb7ee160863135262c9c74')
build() {
cd $_name
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywebview/-/commit/f87c9b157d552c405ec99285f5d7b2ea43ca18f4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pywebview/-/commit/f87c9b157d552c405ec99285f5d7b2ea43ca18f4
You're receiving this email because of your account on gitlab.archlinux.org.