diff options
author | Mark Wagie | 2024-06-15 09:40:02 -0600 |
---|---|---|
committer | Mark Wagie | 2024-06-15 09:40:02 -0600 |
commit | e638f044d5365140609a6f95e03da16ca20f5cd0 (patch) | |
tree | 3d0a87bf75736862718e7bdfbc24abb37dc2a2da | |
parent | 4cc4213923adde3d7b34de49e7deb444117863a4 (diff) | |
download | aur-e638f044d5365140609a6f95e03da16ca20f5cd0.tar.gz |
6.8.0, yet again
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = pyinstaller pkgdesc = Bundles a Python application and all its dependencies into a single package pkgver = 6.8.0 - pkgrel = 2 + pkgrel = 3 url = https://www.pyinstaller.org arch = x86_64 license = LicenseRef-custom @@ -20,7 +20,7 @@ pkgbase = pyinstaller optdepends = python-argcomplete: tab completion for CLI tools source = pyinstaller-6.8.0.tar.gz::https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v6.8.0.tar.gz source = fortify-source-fix.diff - sha256sums = 8e1d14eb185ff37793f32fe96f6881abb0952f4c0f27f8bf7237f542ae149554 + sha256sums = e4feaf658fd6bc0de60260caf8c2800edc9fb3f6985fb6a55495a354e4bda72d sha256sums = 46f7cfd082570a3f4c138a868e55dc39deacccbff602ce7e70d033236566fa1b pkgname = pyinstaller @@ -6,7 +6,7 @@ # Contributor: Alessandro Pazzaglia <jackdroido at gmail dot com> pkgname=pyinstaller pkgver=6.8.0 -pkgrel=2 +pkgrel=3 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=('8e1d14eb185ff37793f32fe96f6881abb0952f4c0f27f8bf7237f542ae149554' +sha256sums=('e4feaf658fd6bc0de60260caf8c2800edc9fb3f6985fb6a55495a354e4bda72d' '46f7cfd082570a3f4c138a868e55dc39deacccbff602ce7e70d033236566fa1b') prepare() { |