* update pyqt-builder to 1.17.0-2

This commit is contained in:
Alexander Baldeck 2025-01-07 07:59:15 +01:00
parent b9fbf9246d
commit d19a90f2b7
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pyqt-builder
pkgdesc = The PEP 517 compliant PyQt build system
pkgver = 1.16.4
pkgver = 1.17.0
pkgrel = 2
url = https://pypi.org/project/PyQt-builder/
arch = any
@ -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.4
sha256sums = 9532dde4b969f462c3521b7d5ebd8077f89448e7cd4718c473f133c2f333fc54
source = git+https://github.com/Python-PyQt/PyQt-builder#tag=1.17.0
sha256sums = 432be1ad961782ce58b8a5fc0331c8ad273bae737abb79aedc9f544d11aaf254
pkgname = pyqt-builder

View File

@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=pyqt-builder
pkgver=1.16.4
pkgver=1.17.0
pkgrel=2
pkgdesc='The PEP 517 compliant PyQt build system'
arch=(any)
@ -17,7 +17,7 @@ makedepends=(git
python-setuptools-scm
python-wheel)
source=(git+https://github.com/Python-PyQt/PyQt-builder#tag=$pkgver)
sha256sums=('9532dde4b969f462c3521b7d5ebd8077f89448e7cd4718c473f133c2f333fc54')
sha256sums=('432be1ad961782ce58b8a5fc0331c8ad273bae737abb79aedc9f544d11aaf254')
build() {
cd PyQt-builder