Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / pyqt6


Commits:
456f283a by Antonio Rojas at 2024-10-30T19:01:35+01:00
Fix scripts are not executable

Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = pyqt6
        pkgdesc = A set of Python bindings for the Qt6 toolkit
        pkgver = 6.8.0dev2410211537
-       pkgrel = 1
+       pkgrel = 2
        url = https://riverbankcomputing.com/software/pyqt/intro
        arch = x86_64
        groups = pyqt6


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=python-pyqt6
 pkgdesc='A set of Python bindings for the Qt6 toolkit'
 _pkgver=6.8.0.dev2410211537
 pkgver=${_pkgver/.dev/dev}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://riverbankcomputing.com/software/pyqt/intro'
 license=(GPL)
@@ -54,5 +54,5 @@ package_python-pyqt6(){
   python -O -m compileall -d / "$pkgdir"/usr/lib
 
   # fix permissions
-  find "$pkgdir" -type f -exec chmod 644 {} \;
+  find "$pkgdir"/usr/lib -type f -exec chmod 644 {} \;
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6/-/commit/456f283a651ac6ab3cd05c3836510d30036bb01e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyqt6/-/commit/456f283a651ac6ab3cd05c3836510d30036bb01e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to