Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pyqt-builder
Commits:
4bb9b6d4 by Antonio Rojas at 2024-06-21T18:56:54+02:00
upgpkg: 1.16.3-1: Update to 1.16.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pyqt-builder
pkgdesc = The PEP 517 compliant PyQt build system
- pkgver = 1.16.2
- pkgrel = 2
+ pkgver = 1.16.3
+ pkgrel = 1
url = https://pypi.org/project/PyQt-builder/
arch = any
license = BSD-2-Clause
@@ -13,7 +13,7 @@ pkgbase = pyqt-builder
depends = python
depends = python-packaging
depends = sip
- source = git+https://github.com/Python-PyQt/PyQt-builder#tag=1.16.2
- sha256sums =
fcf4a53feb248aa0c8d93092bae9dadcd892860a3cbcc110b09ee926e305f908
+ source = git+https://github.com/Python-PyQt/PyQt-builder#tag=1.16.3
+ sha256sums =
1d82ccb5932471deb61863dd51c09bce4637825bcbdbbfb163f16ed7ee834db6
pkgname = pyqt-builder
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=pyqt-builder
-pkgver=1.16.2
-pkgrel=2
+pkgver=1.16.3
+pkgrel=1
pkgdesc='The PEP 517 compliant PyQt build system'
arch=(any)
url='https://pypi.org/project/PyQt-builder/'
@@ -16,7 +16,7 @@ makedepends=(git
python-setuptools-scm
python-wheel)
source=(git+https://github.com/Python-PyQt/PyQt-builder#tag=$pkgver)
-sha256sums=('fcf4a53feb248aa0c8d93092bae9dadcd892860a3cbcc110b09ee926e305f908')
+sha256sums=('1d82ccb5932471deb61863dd51c09bce4637825bcbdbbfb163f16ed7ee834db6')
build() {
cd PyQt-builder
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/commit/4bb9b6d41077314824af05d44f76e085773f27ea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt-builder/-/commit/4bb9b6d41077314824af05d44f76e085773f27ea
You're receiving this email because of your account on gitlab.archlinux.org.