summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 783d22c7c997..2f1a9998a865 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.1
+pkgver=6.12.0
pkgrel=3
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=('e0a46e918325b65349beaec43a760f9b0b6270a838fb24cd585d5ddbd4232f58'
+sha256sums=('70dac5201be5106ec341fadedbc788d05543a88c65b83f7fec7be5d56a1ea8fd'
'46f7cfd082570a3f4c138a868e55dc39deacccbff602ce7e70d033236566fa1b')
prepare() {