git » pyqt-builder.git » commit 156ff2c

upgpkg: 1.15.2-1: Update to 1.15.2

author Antonio Rojas
2023-07-24 18:19:49 UTC
committer Antonio Rojas
2023-07-24 18:19:49 UTC
parent 757ab12bc3e329f868be5c0d4f1e2e79c083e41b

upgpkg: 1.15.2-1: Update to 1.15.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 63d9fc9..fd9f0e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=pyqt-builder
-pkgver=1.15.1
+pkgver=1.15.2
 pkgrel=1
 pkgdesc='The PEP 517 compliant PyQt build system'
 arch=(any)
@@ -10,7 +10,7 @@ license=(GPL3)
 depends=(python)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 source=(https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz)
-sha256sums=('a2bd3cfbf952e959141dfe55b44b451aa945ca8916d1b773850bb2f9c0fa2985')
+sha256sums=('746cfe83c03ebff4458d478a1c06714790ef93e458ecd5a28bc2837bac88eb74')
 
 build() {
   cd PyQt-builder-$pkgver