diff options
author | envolution | 2025-02-09 01:27:23 +0000 |
---|---|---|
committer | envolution | 2025-02-09 01:27:23 +0000 |
commit | c74fb526f3b6b8fce85a9372cd6971e067a59275 (patch) | |
tree | 6c3f9c7fd025b479c861e9844fd941b1626ffd40 | |
parent | f08fec8cd15c38902ecaadee49febf2a282d6806 (diff) | |
download | aur-pyinstaller.tar.gz |
Auto update: pyinstaller: 6.12.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = pyinstaller pkgdesc = Bundles a Python application and all its dependencies into a single package - pkgver = 6.11.1 + pkgver = 6.12.0 pkgrel = 3 url = https://www.pyinstaller.org arch = x86_64 @@ -13,9 +13,9 @@ pkgbase = pyinstaller depends = python-altgraph depends = python-setuptools optdepends = python-argcomplete: tab completion for CLI tools - source = pyinstaller-6.11.1.tar.gz::https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v6.11.1.tar.gz + source = pyinstaller-6.12.0.tar.gz::https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v6.12.0.tar.gz source = fortify-source-fix.diff - sha256sums = e0a46e918325b65349beaec43a760f9b0b6270a838fb24cd585d5ddbd4232f58 + sha256sums = 70dac5201be5106ec341fadedbc788d05543a88c65b83f7fec7be5d56a1ea8fd sha256sums = 46f7cfd082570a3f4c138a868e55dc39deacccbff602ce7e70d033236566fa1b pkgname = pyinstaller @@ -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() { |