git » pyqt-builder.git » commit 67a542a

Update to 1.6.0

author Antonio Rojas
2020-12-02 19:49:30 UTC
committer Antonio Rojas
2020-12-02 19:49:30 UTC
parent 05091479671ad8bfc13d9278865b2a16cc0c3f31

Update to 1.6.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 0f0b6c2..80bd0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=pyqt-builder
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="The PEP 517 compliant PyQt build system"
 arch=(any)
 url="https://pypi.org/project/PyQt-builder/"
@@ -10,7 +10,7 @@ license=(GPL3)
 depends=(python)
 makedepends=(python-setuptools)
 source=("https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz")
-sha256sums=('11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841')
+sha256sums=('fb80f01407718bfc68f78e276f2543fcfc5b5900b1187c1fd1f2ff51a6f2a13c')
 
 build() {
   cd PyQt-builder-$pkgver