diff options
author | Mark Wagie | 2024-07-06 10:56:37 -0600 |
---|---|---|
committer | Mark Wagie | 2024-07-06 10:56:37 -0600 |
commit | 0aa3cf875231ca81dcddf2282327f184339f849e (patch) | |
tree | 3071521ae49e3f36dd60f21457b940502682e439 /PKGBUILD | |
parent | e638f044d5365140609a6f95e03da16ca20f5cd0 (diff) | |
download | aur-0aa3cf875231ca81dcddf2282327f184339f849e.tar.gz |
6.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() { |