diff options
Diffstat (limited to 'testing/py3-wxpython')
| -rw-r--r-- | testing/py3-wxpython/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-wxpython/APKBUILD b/testing/py3-wxpython/APKBUILD index 091559325d..28bd586a54 100644 --- a/testing/py3-wxpython/APKBUILD +++ b/testing/py3-wxpython/APKBUILD @@ -3,7 +3,7 @@ _pkgname=wxPython pkgname=py3-wxpython pkgver=4.0.6 -pkgrel=0 +pkgrel=1 pkgdesc="Cross-platform GUI toolkit for the Python language" url="https://wxpython.org/" arch="all" @@ -35,6 +35,7 @@ check() { package() { python3 build.py install --destdir="$pkgdir" install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt + find "$pkgdir"/usr/lib -type f -exec chmod 644 {} \; } sha512sums="bfe799e1a0987cb57f2e31199cdb522471aaa08bb3b642fdf4130f4219b81487d4b6252f7a8afd3af7cdaeef2e992cecfc581e97d8b42307a4e0a8c9009db301 wxPython-4.0.6.tar.gz" |
