summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-06-15 09:40:02 -0600
committerMark Wagie2024-06-15 09:40:02 -0600
commite638f044d5365140609a6f95e03da16ca20f5cd0 (patch)
tree3d0a87bf75736862718e7bdfbc24abb37dc2a2da
parent4cc4213923adde3d7b34de49e7deb444117863a4 (diff)
downloadaur-e638f044d5365140609a6f95e03da16ca20f5cd0.tar.gz
6.8.0, yet again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fff71cef0ba..eae5975c808c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index a668c90c7f0f..7bcb965a0614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {