summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2021-08-12 16:20:35 -0700
committerSam2021-08-12 16:20:35 -0700
commit33a6321176fe54200bae0ebc66655187495ef200 (patch)
tree35c27b93f0d0db0b56d39ee10e036944ec9ec3cb
parenta649c8e6bfc3ac208b303bb0925d45a7fa386325 (diff)
downloadaur-33a6321176fe54200bae0ebc66655187495ef200.tar.gz
upgpkg: pyinstaller 4.5.1-1
upstream release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b21ab0c403f6..0691f09e2fc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyinstaller
pkgdesc = Bundles a Python application and all its dependencies into a single package
- pkgver = 4.5
+ pkgver = 4.5.1
pkgrel = 1
url = http://www.pyinstaller.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 45b243ca54d9..91306b5fb905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=pyinstaller
_pkgname=pyinstaller
-pkgver=4.5
+pkgver=4.5.1
pkgrel=1
pkgdesc="Bundles a Python application and all its dependencies into a single package"
arch=('x86_64' 'i686' 'aarch64' 'ppc64le' 's390x')