summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorenvolution2024-11-10 22:55:26 +0000
committerenvolution2024-11-10 22:55:26 +0000
commitf51e6b4d43e5851f5b0912dd79e418827cf87c98 (patch)
tree7115565b14d65590fe72b7979f23574936a4430c /PKGBUILD
parent1e19181424ea48c70e9568a0501a0a8ac683b63c (diff)
downloadaur-f51e6b4d43e5851f5b0912dd79e418827cf87c98.tar.gz
Auto update pyinstaller : 6.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4fc2060a09c..70a6287cc9ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: iboyperson <tjquillan at gmail dot com>
# Contributor: Alessandro Pazzaglia <jackdroido at gmail dot com>
pkgname=pyinstaller
-pkgver=6.11.0
+pkgver=6.11.1
pkgrel=2
pkgdesc="Bundles a Python application and all its dependencies into a single package"
arch=('x86_64')
@@ -33,7 +33,7 @@ makedepends=(
optdepends=('python-argcomplete: tab completion for CLI tools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v$pkgver.tar.gz"
'fortify-source-fix.diff')
-sha256sums=('f2739cacc750d98db303ef2a3a0a802ab5e454eee38ed92907971f10eb18f1aa'
+sha256sums=('e0a46e918325b65349beaec43a760f9b0b6270a838fb24cd585d5ddbd4232f58'
'46f7cfd082570a3f4c138a868e55dc39deacccbff602ce7e70d033236566fa1b')
prepare() {