summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-07-06 10:56:37 -0600
committerMark Wagie2024-07-06 10:56:37 -0600
commit0aa3cf875231ca81dcddf2282327f184339f849e (patch)
tree3071521ae49e3f36dd60f21457b940502682e439 /PKGBUILD
parente638f044d5365140609a6f95e03da16ca20f5cd0 (diff)
downloadaur-0aa3cf875231ca81dcddf2282327f184339f849e.tar.gz
6.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bcb965a0614..b5470d9a8058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: iboyperson <tjquillan at gmail dot com>
# Contributor: Alessandro Pazzaglia <jackdroido at gmail dot com>
pkgname=pyinstaller
-pkgver=6.8.0
-pkgrel=3
+pkgver=6.9.0
+pkgrel=1
pkgdesc="Bundles a Python application and all its dependencies into a single package"
arch=('x86_64')
url="https://www.pyinstaller.org"
@@ -32,7 +32,7 @@ checkdepends=(
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=('e4feaf658fd6bc0de60260caf8c2800edc9fb3f6985fb6a55495a354e4bda72d'
+sha256sums=('5aad806521f17d8249a5db4d900da405281d3098742291dd1362e8db466733a4'
'46f7cfd082570a3f4c138a868e55dc39deacccbff602ce7e70d033236566fa1b')
prepare() {