summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')